Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoTestRunStep ¶
type ExecuteTaskTable ¶
type ExecuteTaskTable struct {
base.DefaultProvider
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"`
// contains filtered or unexported fields
}
func (*ExecuteTaskTable) Export ¶
func (a *ExecuteTaskTable) Export(c *cptype.Component, gs *cptype.GlobalStateData) error
func (*ExecuteTaskTable) Render ¶
func (a *ExecuteTaskTable) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) (err error)
Click to show internal directories.
Click to hide internal directories.