Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderCreator ¶
func RenderCreator() protocol.CompRender
Types ¶
type ComponentImage ¶
type ComponentImage struct { Version string `json:"version,omitempty"` Name string `json:"name,omitempty"` Type string `json:"type,omitempty"` Props Props `json:"props,omitempty"` State State `json:"state,omitempty"` // contains filtered or unexported fields }
func (*ComponentImage) GenComponentState ¶
func (i *ComponentImage) GenComponentState(c *apistructs.Component) error
func (*ComponentImage) Render ¶
func (i *ComponentImage) Render(ctx context.Context, c *apistructs.Component, scenario apistructs.ComponentProtocolScenario, event apistructs.ComponentEvent, gs *apistructs.GlobalStateData) error
Click to show internal directories.
Click to hide internal directories.