Documentation
¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "ticker" OutPort string = "out" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) GetInfo ¶
func (t *Component) GetInfo() module.ComponentInfo
type Control ¶
type Control struct {
Context Context `json:"context" required:"true" title:"Context"`
Status string `json:"status" title:"Status" readonly:"true"`
Stop bool `json:"stop" format:"button" title:"Stop" required:"true"`
Start bool `json:"start" format:"button" title:"Start" required:"true"`
}
func (Control) PrepareJSONSchema ¶ added in v0.1.49
func (c Control) PrepareJSONSchema(schema *jsonschema.Schema) error
Click to show internal directories.
Click to hide internal directories.