See Client interface for documentation.
(items []*Item)
| 535 | |
| 536 | // See Client interface for documentation. |
| 537 | func (c *RawBinaryClient) AddMulti(items []*Item) []MutateResponse { |
| 538 | return c.mutateMulti(opAdd, opAdd, items) |
| 539 | } |
| 540 | |
| 541 | // See Client interface for documentation. |
| 542 | func (c *RawBinaryClient) Replace(item *Item) MutateResponse { |
nothing calls this directly
no test coverage detected