Documentation ¶
Index ¶
- func StatsRetriever(issueList []dao.IssueItem) common.Stats
- type ComponentAction
- func (f *ComponentAction) DataRetriever(ctx context.Context, gs *cptype.GlobalStateData)
- func (f *ComponentAction) InitFromProtocol(ctx context.Context, c *cptype.Component) error
- func (f *ComponentAction) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, ...) error
- func (f *ComponentAction) SetToProtocolComponent(c *cptype.Component) error
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ComponentAction ¶
type ComponentAction struct { common.OverviewProps `json:"props,omitempty"` State State `json:"state,omitempty"` }
func (*ComponentAction) DataRetriever ¶
func (f *ComponentAction) DataRetriever(ctx context.Context, gs *cptype.GlobalStateData)
func (*ComponentAction) InitFromProtocol ¶
func (*ComponentAction) Render ¶
func (f *ComponentAction) Render(ctx context.Context, c *cptype.Component, scenario cptype.Scenario, event cptype.ComponentEvent, gs *cptype.GlobalStateData) error
func (*ComponentAction) SetToProtocolComponent ¶
func (f *ComponentAction) SetToProtocolComponent(c *cptype.Component) error
Click to show internal directories.
Click to hide internal directories.