# Functions
DEPRECATED.
No description provided by the author
No description provided by the author
HandlerFromContext returns the handler info stored in the context, if any.
NewContext returns a new Context that carries the trigger data.
NewContext returns a new Context that carries the trigger data.
No description provided by the author
No description provided by the author
NewHandlerContext add the handler info to a new child context.
DEPRECATED.
No description provided by the author
NewMetadata creates a Metadata object from the json representationtodo should return error instead of panic.
No description provided by the author
# Structs
ActionConfig is the configuration for the Action.
Config is the configuration for a Trigger.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EndpointMetadata is the metadata for a Trigger Endpoint.
Deprecated: Temporarily generated for backwards compatibility support.
Metadata is the metadata for a Trigger.
# Interfaces
Factory is used to create new instances for a trigger.
No description provided by the author
InitContext is the initialization context for the trigger instance.
Initializable interface should be implemented by all Triggers, the Initialize method will eventually move up to Trigger to replace the the old "Init" method.
Deprecated: No longer used.
Trigger is object that triggers/starts flow instances and is managed by an engine.