(ctx context.Context, options client.VolumeListOptions)
| 93 | NetworkRemove(ctx context.Context, networkID string, options client.NetworkRemoveOptions) (client.NetworkRemoveResult, error) |
| 94 | VolumeCreate(ctx context.Context, options client.VolumeCreateOptions) (client.VolumeCreateResult, error) |
| 95 | VolumeList(ctx context.Context, options client.VolumeListOptions) (client.VolumeListResult, error) |
| 96 | VolumeRemove(ctx context.Context, volumeID string, options client.VolumeRemoveOptions) (client.VolumeRemoveResult, error) |
| 97 | } |
| 98 |
no outgoing calls
no test coverage detected