Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentNotifyInfo ¶
type ComponentNotifyInfo struct { Type string `json:"type,omitempty"` Data map[string]string `json:"data,omitempty"` State State `json:"state,omitempty"` // contains filtered or unexported fields }
func (*ComponentNotifyInfo) GenComponentState ¶
func (cp *ComponentNotifyInfo) GenComponentState(c *cptype.Component) error
func (*ComponentNotifyInfo) Render ¶
func (cp *ComponentNotifyInfo) Render(ctx context.Context, c *cptype.Component, s cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
func (*ComponentNotifyInfo) Transfer ¶
func (cp *ComponentNotifyInfo) Transfer(component *cptype.Component)
Click to show internal directories.
Click to hide internal directories.