Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New001ValidateGitState ¶
func New001ValidateGitState() *_001
func New002PipelinesSourcesBranchSync ¶
func New002PipelinesSourcesBranchSync() *_002
func New003PipelinesFindRun ¶
func New003PipelinesFindRun() *_003
func New004PipelinesWaitRun ¶
func New004PipelinesWaitRun() *_004
func New005PipelinesPrintRun ¶
func New005PipelinesPrintRun() *_005
Types ¶
type Command ¶
type Command interface { ResolveState(ctx context.Context, state *PipedCommandState) Status TriggerOnFail(ctx context.Context, state *PipedCommandState) error }
type PipedCommandState ¶
type Status ¶
type Status struct { PipelinesStatus string Message string DynamicMessage func(size int) Type StatusType Link string }
type StatusType ¶
type StatusType string
const ( InProgress StatusType = "in-progress" Done StatusType = "done" Unrecoverable StatusType = "unrecoverable" )
Click to show internal directories.
Click to hide internal directories.