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