Documentation ¶
Index ¶
- Variables
- type DeploymentService
- func (dpl *DeploymentService) DoEmailDeployment(ctx context.Context, deployment *entity.EmailDeployment, repoName string, ...) error
- func (dpl *DeploymentService) DoLocalDeployment(ctx context.Context, deployment *entity.LocalDeployment, build *builder.Build) error
- func (dpl *DeploymentService) DoRemoteDeployment(ctx context.Context, deployment *entity.RemoteDeployment, build *builder.Build) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDisabled = errors.New("deployment is disabled") ErrCanceled = errors.New("deploymentservice: canceled by context") )
Functions ¶
This section is empty.
Types ¶
type DeploymentService ¶
func (*DeploymentService) DoEmailDeployment ¶
func (dpl *DeploymentService) DoEmailDeployment(ctx context.Context, deployment *entity.EmailDeployment, repoName string, build *builder.Build) error
func (*DeploymentService) DoLocalDeployment ¶
func (dpl *DeploymentService) DoLocalDeployment(ctx context.Context, deployment *entity.LocalDeployment, build *builder.Build) error
func (*DeploymentService) DoRemoteDeployment ¶
func (dpl *DeploymentService) DoRemoteDeployment(ctx context.Context, deployment *entity.RemoteDeployment, build *builder.Build) error
Click to show internal directories.
Click to hide internal directories.