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