(timeNow func() time.Time)
| 94 | } |
| 95 | |
| 96 | func (c *Client) setTimeNowForTesting(timeNow func() time.Time) { |
| 97 | c.timeNow = timeNow |
| 98 | } |
| 99 | |
| 100 | type batchWriter interface { |
| 101 | BatchWriteMutations(context.Context, *spanner.Client, []*spanner.Mutation) error |
no outgoing calls