Documentation ¶
Index ¶
- Constants
- type GSHelper
- func (h *GSHelper) ClearPipelineInfo()
- func (h *GSHelper) GetExecuteButtonActiveKey() apistructs.ActiveKey
- func (h *GSHelper) GetExecuteHistoryTablePipelineID() uint64
- func (h *GSHelper) GetExecuteTaskBreadcrumbPipelineID() uint64
- func (h *GSHelper) GetExecuteTaskBreadcrumbVisible() bool
- func (h *GSHelper) GetExecuteTaskTablePipelineID() uint64
- func (h *GSHelper) GetFileDetailActiveKey() apistructs.ActiveKey
- func (h *GSHelper) GetFileDetailIsChangeScene() bool
- func (h *GSHelper) GetFileTreeSceneID() uint64
- func (h *GSHelper) GetFileTreeSceneSetKey() uint64
- func (h *GSHelper) GetGlobalActiveConfig() string
- func (h *GSHelper) GetGlobalSelectedSetID() uint64
- func (h *GSHelper) GetPipelineInfo() *pipelinepb.PipelineDetailDTO
- func (h *GSHelper) GetPipelineInfoWithPipelineID(pipelineID uint64, bdl *bundle.Bundle) *pipelinepb.PipelineDetailDTO
- func (h *GSHelper) SetExecuteButtonActiveKey(key apistructs.ActiveKey)
- func (h *GSHelper) SetExecuteHistoryTablePipelineID(id uint64)
- func (h *GSHelper) SetExecuteTaskBreadcrumbPipelineID(id uint64)
- func (h *GSHelper) SetExecuteTaskBreadcrumbVisible(visible bool)
- func (h *GSHelper) SetExecuteTaskTablePipelineID(id uint64)
- func (h *GSHelper) SetFileDetailActiveKey(key apistructs.ActiveKey)
- func (h *GSHelper) SetFileDetailIsChangeScene(isChangeScene bool)
- func (h *GSHelper) SetFileTreeSceneID(id uint64)
- func (h *GSHelper) SetFileTreeSceneSetKey(id uint64)
- func (h *GSHelper) SetGlobalActiveConfig(key string)
- func (h *GSHelper) SetGlobalSelectedSetID(id uint64)
- func (h *GSHelper) SetPipelineInfo(pipeline pipelinepb.PipelineDetailDTO)
Constants ¶
View Source
const ( SceneConfigKey string = "SceneConfigKey" SceneSetConfigKey string = "SceneSetConfigKey" )
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) ClearPipelineInfo ¶
func (h *GSHelper) ClearPipelineInfo()
func (*GSHelper) GetExecuteButtonActiveKey ¶
func (h *GSHelper) GetExecuteButtonActiveKey() apistructs.ActiveKey
func (*GSHelper) GetExecuteHistoryTablePipelineID ¶
func (*GSHelper) GetExecuteTaskBreadcrumbPipelineID ¶
func (*GSHelper) GetExecuteTaskBreadcrumbVisible ¶
func (*GSHelper) GetExecuteTaskTablePipelineID ¶
func (*GSHelper) GetFileDetailActiveKey ¶
func (h *GSHelper) GetFileDetailActiveKey() apistructs.ActiveKey
func (*GSHelper) GetFileDetailIsChangeScene ¶
func (*GSHelper) GetFileTreeSceneID ¶
func (*GSHelper) GetFileTreeSceneSetKey ¶
func (*GSHelper) GetGlobalActiveConfig ¶
func (*GSHelper) GetGlobalSelectedSetID ¶
func (*GSHelper) GetPipelineInfo ¶
func (h *GSHelper) GetPipelineInfo() *pipelinepb.PipelineDetailDTO
func (*GSHelper) GetPipelineInfoWithPipelineID ¶
func (h *GSHelper) GetPipelineInfoWithPipelineID(pipelineID uint64, bdl *bundle.Bundle) *pipelinepb.PipelineDetailDTO
func (*GSHelper) SetExecuteButtonActiveKey ¶
func (h *GSHelper) SetExecuteButtonActiveKey(key apistructs.ActiveKey)
func (*GSHelper) SetExecuteHistoryTablePipelineID ¶
func (*GSHelper) SetExecuteTaskBreadcrumbPipelineID ¶
func (*GSHelper) SetExecuteTaskBreadcrumbVisible ¶
func (*GSHelper) SetExecuteTaskTablePipelineID ¶
func (*GSHelper) SetFileDetailActiveKey ¶
func (h *GSHelper) SetFileDetailActiveKey(key apistructs.ActiveKey)
func (*GSHelper) SetFileDetailIsChangeScene ¶
func (*GSHelper) SetFileTreeSceneID ¶
func (*GSHelper) SetFileTreeSceneSetKey ¶
func (*GSHelper) SetGlobalActiveConfig ¶
func (*GSHelper) SetGlobalSelectedSetID ¶
func (*GSHelper) SetPipelineInfo ¶
func (h *GSHelper) SetPipelineInfo(pipeline pipelinepb.PipelineDetailDTO)
Click to show internal directories.
Click to hide internal directories.