Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type ComponentAction ¶
type ComponentAction struct {
State State `json:"state"`
}
func (*ComponentAction) GenComponentState ¶
func (ca *ComponentAction) GenComponentState(c *apistructs.Component) error
func (*ComponentAction) Render ¶
func (ca *ComponentAction) Render(ctx context.Context, c *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) error
type State ¶
type State struct { ActiveKey apistructs.TestPlanActiveKey `json:"activeKey"` Visible bool `json:"visible"` }
Click to show internal directories.
Click to hide internal directories.