Versions in this module Expand all Collapse all v0 v0.6.0 Jun 14, 2019 Changes in this version + const API_VERSION + const KEY_BACKUP_URL + const KEY_DEST_URL + const KEY_NAME + func ResponseError(format string, a ...interface{}) + func ResponseLogAndError(v interface{}) + func ResponseOutput(v interface{}) ([]byte, error) + type BackupCreateRequest struct + Endpoint string + SnapshotName string + URL string + Verbose bool + type BackupDeleteRequest struct + Endpoint string + URL string + type BackupListRequest struct + Endpoint string + SnapshotName string + URL string + VolumeName string + type BackupURLResponse struct + URL string + type ErrorResponse struct + Error string + type SnapshotCreateRequest struct + Name string + Verbose bool + VolumeName string + type SnapshotDeleteRequest struct + SnapshotName string + type SnapshotInspectRequest struct + SnapshotName string + type SnapshotResponse struct + CreatedTime string + DriverInfo map[string]string + Name string + VolumeCreatedAt string + VolumeName string + type VolumeCreateRequest struct + BackupURL string + DriverName string + DriverVolumeID string + Endpoint string + IOPS int64 + Name string + PrepareForVM bool + Size int64 + Type string + Verbose bool + type VolumeDeleteRequest struct + ReferenceOnly bool + VolumeName string + type VolumeInspectRequest struct + VolumeName string + type VolumeMountRequest struct + MountPoint string + Verbose bool + VolumeName string + type VolumeResponse struct + CreatedTime string + Driver string + DriverInfo map[string]string + MountPoint string + Name string + Snapshots map[string]SnapshotResponse + type VolumeUmountRequest struct + VolumeName string