Add adds the given operations to the store.
(op ...*v1.Operation)
| 230 | GetHighestOpIDAndModno(q Query) (int64, int64, error) |
| 231 | // Add adds the given operations to the store. |
| 232 | Add(op ...*v1.Operation) error |
| 233 | // Update updates the given operations in the store. |
| 234 | Update(op ...*v1.Operation) error |
| 235 | // Set inserts or updates operations. Zero-valued fields (Id, Modno, FlowId) are |
no outgoing calls