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