Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentAddWorkloadDrawer ¶
type ComponentAddWorkloadDrawer struct { Type string `json:"type,omitempty"` Props Props `json:"props"` State State `json:"state"` // contains filtered or unexported fields }
func (*ComponentAddWorkloadDrawer) InitComponent ¶
func (d *ComponentAddWorkloadDrawer) InitComponent(ctx context.Context)
func (*ComponentAddWorkloadDrawer) Render ¶
func (d *ComponentAddWorkloadDrawer) Render(ctx context.Context, component *cptype.Component, _ cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
func (*ComponentAddWorkloadDrawer) Transfer ¶
func (d *ComponentAddWorkloadDrawer) Transfer(c *cptype.Component)
Click to show internal directories.
Click to hide internal directories.