Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliyunCDNDeployer ¶
type AliyunCDNDeployer struct {
// contains filtered or unexported fields
}
func New ¶
func New(config *AliyunCDNDeployerConfig) (*AliyunCDNDeployer, error)
func NewWithLogger ¶
func NewWithLogger(config *AliyunCDNDeployerConfig, logger deployer.Logger) (*AliyunCDNDeployer, error)
func (*AliyunCDNDeployer) Deploy ¶
func (d *AliyunCDNDeployer) Deploy(ctx context.Context, certPem string, privkeyPem string) (*deployer.DeployResult, error)
type AliyunCDNDeployerConfig ¶
Click to show internal directories.
Click to hide internal directories.