(ctx context.Context, location proto.VunitLocation, bid proto.BlobID, ioType api.IOType)
| 34 | StatShard(ctx context.Context, location proto.VunitLocation, bid proto.BlobID) (si *ShardInfo, err error) |
| 35 | ListShards(ctx context.Context, location proto.VunitLocation) (shards []*ShardInfo, err error) |
| 36 | GetShard(ctx context.Context, location proto.VunitLocation, bid proto.BlobID, ioType api.IOType) (body io.ReadCloser, crc32 uint32, err error) |
| 37 | PutShard(ctx context.Context, location proto.VunitLocation, bid proto.BlobID, size int64, body io.Reader, ioType api.IOType) (err error) |
| 38 | } |
| 39 |
no outgoing calls