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