Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionEnvironment ¶
type ExecutionEnvironment struct {
Auth internal.Auth
BaseName string
DataStore internal.Persister
Volatile internal.PubSuber
Data internal.ExecData
CurrentRun internal.ExecHistory
}
func (*ExecutionEnvironment) Execute ¶
func (env *ExecutionEnvironment) Execute(data interface{}) error
type Subscriber ¶
type Subscriber struct {
PubSub internal.PubSuber
GetExecEnv func(token string) (ExecutionEnvironment, error)
}
func (*Subscriber) Start ¶
func (sub *Subscriber) Start()
Start starts the system event subscription. This channel is responsible of executing functions that match the topic/trigger
Click to show internal directories.
Click to hide internal directories.