(ctx context.Context, host, index, shard, requestID string, objs []*storobj.Object, schemaVersion uint64)
| 97 | DeleteObject(ctx context.Context, host, index, shard, requestID string, |
| 98 | id strfmt.UUID, deletionTime time.Time, schemaVersion uint64) (SimpleResponse, error) |
| 99 | PutObjects(ctx context.Context, host, index, shard, requestID string, |
| 100 | objs []*storobj.Object, schemaVersion uint64) (SimpleResponse, error) |
| 101 | MergeObject(ctx context.Context, host, index, shard, requestID string, |
| 102 | mergeDoc *objects.MergeDocument, schemaVersion uint64) (SimpleResponse, error) |
no outgoing calls