(context.Context, string, []*docs.Request)
| 27 | type DocumentBackend interface { |
| 28 | Get(context.Context, string) (*docs.Document, error) |
| 29 | BatchUpdate(context.Context, string, []*docs.Request) (*docs.BatchUpdateDocumentResponse, error) |
| 30 | } |
| 31 | |
| 32 | type Executor struct { |
no outgoing calls