Documentation ¶
Index ¶
- func ResponseError(format string, a ...interface{})
- func ResponseLogAndError(format string, a ...interface{})
- func ResponseOutput(v interface{})
- type BlockStoreResponse
- type DeviceMapperInfo
- type DeviceMapperSnapshot
- type DeviceMapperVolume
- type DeviceMapperVolumes
- type ErrorResponse
- type SnapshotResponse
- type VolumeResponse
- type VolumesResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResponseError ¶
func ResponseError(format string, a ...interface{})
func ResponseLogAndError ¶
func ResponseLogAndError(format string, a ...interface{})
func ResponseOutput ¶
func ResponseOutput(v interface{})
Types ¶
type BlockStoreResponse ¶
type DeviceMapperInfo ¶
type DeviceMapperSnapshot ¶
type DeviceMapperSnapshot struct {
DevID int
}
type DeviceMapperVolume ¶
type DeviceMapperVolume struct { DevID int Size int64 Snapshots map[string]DeviceMapperSnapshot }
type DeviceMapperVolumes ¶
type DeviceMapperVolumes struct {
Volumes map[string]DeviceMapperVolume
}
type ErrorResponse ¶
type ErrorResponse struct {
Error string
}
type SnapshotResponse ¶
type VolumeResponse ¶
type VolumeResponse struct { UUID string Base string Size int64 Snapshots map[string]SnapshotResponse }
type VolumesResponse ¶ added in v0.1.4
type VolumesResponse struct {
Volumes map[string]VolumeResponse
}
Click to show internal directories.
Click to hide internal directories.