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