Documentation ¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "mixer" OutputPort string = "output" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Input ¶
type Input struct { Context Context `json:"context" configurable:"true" required:"true" title:"Context" description:"Arbitrary message"` // contains filtered or unexported fields }
type Mixer ¶
type Mixer struct {
// contains filtered or unexported fields
}
func (*Mixer) GetInfo ¶
func (m *Mixer) GetInfo() module.ComponentInfo
Click to show internal directories.
Click to hide internal directories.