chunks
(ctx context.Context, host string, args *CreateChunkArgs)
| 88 | |
| 89 | // chunks |
| 90 | CreateChunk(ctx context.Context, host string, args *CreateChunkArgs) (err error) |
| 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) |
no outgoing calls