Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lister ¶
type Lister interface {
ListApplicationCommands() []model.ReportableCommand
ListDeploymentCommands() []model.ReportableCommand
ListStageCommands(deploymentID, stageID string) []*model.Command
ListBuildPlanPreviewCommands() []model.ReportableCommand
ListPipedCommands() []model.ReportableCommand
}
Lister helps list commands. All objects returned here must be treated as read-only.
type Reporter ¶ added in v0.53.0
type Reporter interface {
// ReportStageCommandsHandled reports all stage commands of the given stage as handled successfully.
ReportStageCommandsHandled(ctx context.Context, deploymentID, stageID string) error
}
Reporter helps report commands.
Click to show internal directories.
Click to hide internal directories.