MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / BatchWriteMutations

Method BatchWriteMutations

lib/gcpspanner/client.go:101–101  ·  view source on GitHub ↗
(context.Context, *spanner.Client, []*spanner.Mutation)

Source from the content-addressed store, hash-verified

99
100type batchWriter interface {
101 BatchWriteMutations(context.Context, *spanner.Client, []*spanner.Mutation) error
102}
103
104// gcpBatchWriter is a batch writer for GCP environments using a real spanner database.

Callers 1

Implementers 2

gcpBatchWriterlib/gcpspanner/client.go
LocalBatchWriterlib/gcpspanner/client.go

Calls

no outgoing calls

Tested by

no test coverage detected