(ctx context.Context, host string)
| 84 | IsOnline(ctx context.Context, host string) bool |
| 85 | Close(ctx context.Context, host string) error |
| 86 | Stat(ctx context.Context, host string) (infos []*DiskInfo, err error) |
| 87 | DiskInfo(ctx context.Context, host string, args *DiskStatArgs) (di *DiskInfo, err error) |
| 88 | |
| 89 | // chunks |
no outgoing calls