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