Documentation
¶
Index ¶
- type GSHelper
- func (h *GSHelper) GetGlobalMyAppNames() []string
- func (h *GSHelper) GetGlobalPipelineTab() string
- func (h *GSHelper) GetGlobalTableFilter() *TableFilter
- func (h *GSHelper) SetGlobalMyAppNames(appNames []string)
- func (h *GSHelper) SetGlobalPipelineTab(t string)
- func (h *GSHelper) SetGlobalTableFilter(t TableFilter)
- type TableFilter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GSHelper ¶
type GSHelper struct {
// contains filtered or unexported fields
}
func NewGSHelper ¶
func NewGSHelper(gs *cptype.GlobalStateData) *GSHelper
func (*GSHelper) GetGlobalMyAppNames ¶
func (*GSHelper) GetGlobalPipelineTab ¶
func (*GSHelper) GetGlobalTableFilter ¶
func (h *GSHelper) GetGlobalTableFilter() *TableFilter
func (*GSHelper) SetGlobalMyAppNames ¶
func (*GSHelper) SetGlobalPipelineTab ¶
func (*GSHelper) SetGlobalTableFilter ¶
func (h *GSHelper) SetGlobalTableFilter(t TableFilter)
type TableFilter ¶
type TableFilter struct { Status []string `json:"status"` Creator []string `json:"creator"` App []string `json:"app"` Executor []string `json:"executor"` CreatedAtStartEnd []int64 `json:"createdAtStartEnd"` StartedAtStartEnd []int64 `json:"startedAtStartEnd"` Title string `json:"title"` Branch []string `json:"branch"` }
Click to show internal directories.
Click to hide internal directories.