Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
// contains filtered or unexported fields
}
func (*Context) GetArgument ¶
type TriggerContext ¶
type TriggerContext struct { OutputStream chan component.Output // contains filtered or unexported fields }
func NewTriggerContext ¶
func NewTriggerContext(arguments map[string]any) *TriggerContext
func (*TriggerContext) GetArgument ¶
func (t *TriggerContext) GetArgument(key string) any
func (*TriggerContext) Output ¶
func (t *TriggerContext) Output(o component.Output)
Click to show internal directories.
Click to hide internal directories.