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