gshelper

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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 (h *GSHelper) GetGlobalMyAppNames() []string

func (*GSHelper) GetGlobalPipelineTab

func (h *GSHelper) GetGlobalPipelineTab() string

func (*GSHelper) GetGlobalTableFilter

func (h *GSHelper) GetGlobalTableFilter() *TableFilter

func (*GSHelper) SetGlobalMyAppNames

func (h *GSHelper) SetGlobalMyAppNames(appNames []string)

func (*GSHelper) SetGlobalPipelineTab

func (h *GSHelper) SetGlobalPipelineTab(t string)

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL