Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangePageNo ¶
type ComponentAction ¶
type ComponentAction struct { CodeCoverageSvc *code_coverage.CodeCoverage `json:"-"` Type string `json:"type"` Data Data `json:"data"` Props map[string]interface{} `json:"props"` State State `json:"state"` Operations Operations `json:"operations"` // contains filtered or unexported fields }
func (*ComponentAction) Render ¶
func (ca *ComponentAction) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
func (*ComponentAction) SetOperations ¶
func (ca *ComponentAction) SetOperations()
type Data ¶
type Data struct {
List []ExecuteHistory `json:"list"`
}
type ExecuteHistory ¶
type ExecuteHistory struct { ID uint64 `json:"id"` Status Status `json:"status"` Reason string `json:"reason"` Starter string `json:"starter"` StartTime string `json:"startTime"` Ender string `json:"ender"` EndTime string `json:"endTime"` CoverRate CoverRate `json:"coverRate"` Operate Operate `json:"operate"` }
type Operations ¶
type Operations struct {
ChangePageNo ChangePageNo `json:"changePageNo"`
}
Click to show internal directories.
Click to hide internal directories.