Documentation
¶
Index ¶
Constants ¶
View Source
const ( ScenarioKey = "project-pipeline" DefaultPageSize = 10 ColumnPipelineStatus = "pipelineStatus" )
View Source
const (
Participated = "participated"
)
Variables ¶
View Source
var DefaultBranch = []string{"master", "develop"}
View Source
var DefaultState = MineState
Functions ¶
This section is empty.
Types ¶
type StateValue ¶
type StateValue string
const ( MineState StateValue = "mine" PrimaryState StateValue = "primary" AllState StateValue = "all" )
func (StateValue) String ¶
func (s StateValue) String() string
Click to show internal directories.
Click to hide internal directories.