Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StagePrio ¶
type StagePrio struct {
// The stage.
Stage Stage
// The stage priority, lower priority come before other stage.
Priority int
}
func (StagePrio) IsAfter ¶
IsAfter returns true if the stage is right after `other`. Meaning the priority is +1.
type Stages ¶
type Stages []StagePrio
type TargetNameToStageMapper ¶
Click to show internal directories.
Click to hide internal directories.