(ctx context.Context, host string, args *ChangeChunkStatusArgs)
| 92 | ReleaseChunk(ctx context.Context, host string, args *ChangeChunkStatusArgs) (err error) |
| 93 | SetChunkReadonly(ctx context.Context, host string, args *ChangeChunkStatusArgs) (err error) |
| 94 | SetChunkReadwrite(ctx context.Context, host string, args *ChangeChunkStatusArgs) (err error) |
| 95 | ListChunks(ctx context.Context, host string, args *ListChunkArgs) (cis []*ChunkInfo, err error) |
| 96 | |
| 97 | // shard |
no outgoing calls