Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultPageSize = 15 DefaultPageNo = 1 )
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type ExecuteHistoryTable ¶
type ExecuteHistoryTable struct {
CtxBdl protocol.ContextBundle
Type string `json:"type"`
State State `json:"state"`
Props map[string]interface{} `json:"props"`
Operations map[string]interface{} `json:"operations"`
Data map[string]interface{} `json:"data"`
}
func (*ExecuteHistoryTable) Import ¶
func (a *ExecuteHistoryTable) Import(c *apistructs.Component) error
func (*ExecuteHistoryTable) Render ¶
func (a *ExecuteHistoryTable) Render(ctx context.Context, c *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) error
Click to show internal directories.
Click to hide internal directories.