(context.Context, *spanner.Client, []*spanner.Mutation)
| 99 | |
| 100 | type 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. |
no outgoing calls
no test coverage detected