Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultPageSize = 15 DefaultPageNo = 1 )
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type AutoTestRunStep ¶
type ExecuteTaskTable ¶
type ExecuteTaskTable struct { CtxBdl protocol.ContextBundle Type string `json:"type"` Props map[string]interface{} `json:"props"` Operations map[string]interface{} `json:"operations"` State State `json:"state"` Data map[string]interface{} `json:"data"` }
func (*ExecuteTaskTable) Import ¶
func (a *ExecuteTaskTable) Import(c *apistructs.Component) error
func (*ExecuteTaskTable) Render ¶
func (a *ExecuteTaskTable) Render(ctx context.Context, c *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) error
type State ¶
type State struct { Total int64 `json:"total"` PageSize int64 `json:"pageSize"` PageNo int64 `json:"pageNo"` PipelineID uint64 `json:"pipelineId"` StepID uint64 `json:"stepId"` Name string `json:"name"` Unfold bool `json:"unfold"` PipelineDetail *apistructs.PipelineDetailDTO `json:"pipelineDetail"` }
Click to show internal directories.
Click to hide internal directories.