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
// contains filtered or unexported fields
}
func (*ExecutionEnvironment) Execute ¶
func (env *ExecutionEnvironment) Execute(data interface{}) error
type HTTPResponse ¶ added in v1.4.0
type JSFetchOptionsArg ¶ added in v1.4.0
type JSFetchOptionsArg struct {
Method string
Headers map[string]string
Body string
Mode string
Credentials string
Cache string
Redirect string
Referrer string
ReferrerPolicy string
Integrity string
Keepalive string
Signal string
}
func NewJSFetcthOptionArg ¶ added in v1.4.0
func NewJSFetcthOptionArg() JSFetchOptionsArg
type Subscriber ¶
type Subscriber struct {
PubSub internal.PubSuber
GetExecEnv func(token string) (ExecutionEnvironment, error)
Log *logger.Logger
}
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.