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