(ctx context.Context, host string, args *ChangeChunkStatusArgs)
| 91 | StatChunk(ctx context.Context, host string, args *StatChunkArgs) (ci *ChunkInfo, err error) |
| 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 |
no outgoing calls