Documentation ¶
Index ¶
Constants ¶
View Source
const ( BYTE = 1.0 << (10 * iota) KILOBYTE MEGABYTE GIGABYTE TERABYTE )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloudBackupConfig ¶
type CloudBackupConfig struct { //CloudProvider string `yaml:"providers"` // map[string]string is volume.VolumeParams equivalent CloudProviders map[string]map[string]string }
CloudBackupConfig struct for cloud backup configuration
func CloudProviderConfigParse ¶
func CloudProviderConfigParse(filePath string) (*CloudBackupConfig, error)
CloudProviderConfigParse parses the config file of cloudBackup
Click to show internal directories.
Click to hide internal directories.