Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentWorkloadTotal ¶
type ComponentWorkloadTotal struct { Type string `json:"type,omitempty"` Data Data `json:"data"` State State `json:"state,omitempty"` }
func (*ComponentWorkloadTotal) GenComponentState ¶
func (w *ComponentWorkloadTotal) GenComponentState(component *cptype.Component) error
func (*ComponentWorkloadTotal) Render ¶
func (w *ComponentWorkloadTotal) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, _ cptype.ComponentEvent, _ *cptype.GlobalStateData) error
func (*ComponentWorkloadTotal) Transfer ¶
func (w *ComponentWorkloadTotal) Transfer(c *cptype.Component)
type Data ¶
type Data struct {
Data DataInData `json:"data"`
}
type DataInData ¶
Click to show internal directories.
Click to hide internal directories.