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
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 ¶
Click to show internal directories.
Click to hide internal directories.