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

Method Write

plugins/destination/test/client/client.go:257–257  ·  view source on GitHub ↗
(ctx context.Context, messages <-chan message.WriteMessage)

Source from the content-addressed store, hash-verified

255// is different so we need to adapt it to the interface.
256type genericBatchWriter interface {
257 Write(ctx context.Context, messages <-chan message.WriteMessage) error
258 Flush(ctx context.Context) error
259 Close(ctx context.Context) error
260}

Callers 15

WriteMethod · 0.65
syncConnectionV2Function · 0.65
syncConnectionV3Function · 0.65
TestAddonDownloadFunction · 0.65
TestAddonDownloadStdoutFunction · 0.65
TestSwitchFunction · 0.65
TestPluginPublishFunction · 0.65
TestPluginPublishWithUIFunction · 0.65
migrateConnectionV3Function · 0.65

Implementers 1

adaptedMixedBatchWriterplugins/destination/test/client/client

Calls

no outgoing calls

Tested by 15

TestAddonDownloadFunction · 0.52
TestAddonDownloadStdoutFunction · 0.52
TestSwitchFunction · 0.52
TestPluginPublishFunction · 0.52
TestPluginPublishWithUIFunction · 0.52
TestAddonPublishFunction · 0.52
TestAddonPublishEmbeddedFunction · 0.52
TestAddonPublishFinalizeFunction · 0.52