adaptedMixedBatchWriter is a wrapper around a mixedbatchwriter.MixedBatchWriter that implements the genericBatchWriter interface.
| 261 | |
| 262 | // adaptedMixedBatchWriter is a wrapper around a mixedbatchwriter.MixedBatchWriter that implements the genericBatchWriter interface. |
| 263 | type adaptedMixedBatchWriter struct { |
| 264 | mbw *mixedbatchwriter.MixedBatchWriter |
| 265 | } |
| 266 | |
| 267 | func adaptMixedBatchWriter(mbw *mixedbatchwriter.MixedBatchWriter) adaptedMixedBatchWriter { |
| 268 | return adaptedMixedBatchWriter{ |
nothing calls this directly
no outgoing calls
no test coverage detected