Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigDemo ¶
func GetConfigDemo() []byte
Types ¶
type TransferConfig ¶
type TransferConfig struct { Storage string `yaml:"storage"` Upload struct { List []Path `yaml:"list"` Ignore []string `yaml:"ignore"` } `yaml:"upload"` Download struct { List []Path `yaml:"list"` Ignore []string `yaml:"ignore,omitempty"` } `yaml:"download"` Osd struct { SecretId string `yaml:"secret_id"` SecretKey string `yaml:"secret_key"` Bucket string `yaml:"bucket"` Region string `yaml:"region"` Timeout int `yaml:"timeout"` } `yaml:"osd"` }
TransferConfig 同步配置
Click to show internal directories.
Click to hide internal directories.