Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CloudConfig ¶
type CloudConfig struct { Key string `yaml:"key"` Secret string `yaml:"secret"` Region string `yaml:"region"` }
CloudConfig 配置
type Config ¶
type Config struct { Ali CloudConfig `yaml:"ali"` Ucloud CloudConfig `yaml:"ucloud"` }
Config 配置
Click to show internal directories.
Click to hide internal directories.