MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / adaptedMixedBatchWriter

Struct adaptedMixedBatchWriter

plugins/destination/test/client/client.go:263–265  ·  view source on GitHub ↗

adaptedMixedBatchWriter is a wrapper around a mixedbatchwriter.MixedBatchWriter that implements the genericBatchWriter interface.

Source from the content-addressed store, hash-verified

261
262// adaptedMixedBatchWriter is a wrapper around a mixedbatchwriter.MixedBatchWriter that implements the genericBatchWriter interface.
263type adaptedMixedBatchWriter struct {
264 mbw *mixedbatchwriter.MixedBatchWriter
265}
266
267func adaptMixedBatchWriter(mbw *mixedbatchwriter.MixedBatchWriter) adaptedMixedBatchWriter {
268 return adaptedMixedBatchWriter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected