(ctx context.Context, volume string, path string, deleteOpts DeleteOptions)
| 96 | RenameFile(ctx context.Context, srcVolume, srcPath, dstVolume, dstPath string) error |
| 97 | CheckParts(ctx context.Context, volume string, path string, fi FileInfo) error |
| 98 | Delete(ctx context.Context, volume string, path string, deleteOpts DeleteOptions) (err error) |
| 99 | VerifyFile(ctx context.Context, volume, path string, fi FileInfo) error |
| 100 | StatInfoFile(ctx context.Context, volume, path string, glob bool) (stat []StatInfo, err error) |
| 101 | ReadMultiple(ctx context.Context, req ReadMultipleReq, resp chan<- ReadMultipleResp) error |
no outgoing calls