InspectVolume returns info about a Volume.
(ctx context.Context, h Handle)
| 59 | type VolumeAPI interface { |
| 60 | // InspectVolume returns info about a Volume. |
| 61 | InspectVolume(ctx context.Context, h Handle) (*VolumeInfo, error) |
| 62 | // OpenFrom returns a handle to an object by it's ID. |
| 63 | // base is the handle of a Volume, which links to the object. |
| 64 | // the base Volume's schema must be a Container. |
no outgoing calls