(ctx context.Context, wb WriteBatch)
| 40 | type Worker interface { |
| 41 | Prepare(ctx context.Context, wb WriteBatch) error |
| 42 | Commit(ctx context.Context, wb WriteBatch) (interface{}, error) |
| 43 | Rollback(ctx context.Context, wb WriteBatch) error |
| 44 | } |
| 45 |
no outgoing calls