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

Method Write

plugins/destination/s3/client/write.go:91–93  ·  view source on GitHub ↗
(ctx context.Context, msgs <-chan message.WriteMessage)

Source from the content-addressed store, hash-verified

89}
90
91func (c *Client) Write(ctx context.Context, msgs <-chan message.WriteMessage) error {
92 return c.writer.Write(ctx, msgs)
93}
94
95func (c *Client) MigrateTable(ctx context.Context, ch <-chan *message.WriteMigrateTable) error {
96 // nolint:prealloc

Callers 1

WriteTableMethod · 0.95

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected