Documentation ¶
Index ¶
Constants ¶
View Source
const ( APIV1 = "/v1" HTTPQueryVersionKey = "etcdVersion" )
Variables ¶
This section is empty.
Functions ¶
func NewBackupURL ¶
NewBackupURL creates a URL struct for retrieving an existing backup.
Types ¶
type BackupStatus ¶
type ServiceStatus ¶
type ServiceStatus struct { // RecentBackup is status of the most recent backup created by // the backup service RecentBackup *BackupStatus `json:"recentBackup,omitempty"` // Backups is the totoal number of existing backups Backups int `json:"backups"` }
Click to show internal directories.
Click to hide internal directories.