Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct { }
type HandlerSettings ¶
type HandlerSettings struct {
Channel string `md:"channel,required"` // The internal engine channel
}
type Output ¶
type Output struct {
Data interface{} `md:"data"` // The data pulled from the channel
}
type Trigger ¶
type Trigger struct { }
func (*Trigger) Initialize ¶
func (t *Trigger) Initialize(ctx trigger.InitContext) error
Click to show internal directories.
Click to hide internal directories.