Documentation
¶
Index ¶
Constants ¶
View Source
const (
// 接入模式:CNAME 接入。
ACCESS_MODE_CNAME = "cname"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
type Deployer struct {
// contains filtered or unexported fields
}
func NewDeployer ¶
func NewDeployer(config *DeployerConfig) (*Deployer, error)
type DeployerConfig ¶
type DeployerConfig struct {
// 火山引擎 AccessKeyId。
AccessKeyId string `json:"accessKeyId"`
// 火山引擎 AccessKeySecret。
AccessKeySecret string `json:"accessKeySecret"`
// 火山引擎地域。
Region string `json:"region"`
// WAF 接入模式。
AccessMode string `json:"accessMode"`
// 加速域名(支持泛域名)。
Domain string `json:"domain"`
}
Click to show internal directories.
Click to hide internal directories.