Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
}
Factory for creating triggers
type Output ¶
type Output struct {
Content interface{} `md:"content"`
}
Output is the outputs for the websocket trigger
type Settings ¶
type Settings struct {
URL string `md:"url,required"`
SubPath string `md:"subPath,required"`
Token string `md:"token,required"`
}
Settings for the websocket client trigger
type Trigger ¶
type Trigger struct {
// contains filtered or unexported fields
}
Trigger trigger struct
func (*Trigger) Initialize ¶
func (t *Trigger) Initialize(ctx trigger.InitContext) error
Initialize initializes the trigger
Click to show internal directories.
Click to hide internal directories.