Modules§
Structs§
- Factors
Config - Configuration options that are common to all triggers.
- Factors
Trigger Command - A command that runs a TriggerExecutor.
- Initial
KvSetter Hook - An [
ExecutorHooks
] that sets initial key-value pairs in the default store. - KeyValue
Default Store Summary Hook - An [
ExecutorHooks
] that prints information about the default KV store. - Launch
Metadata - Contains information about the trigger flags (and potentially
in future configuration) that a consumer (such as
spin up
) can query using--launch-metadata-only
. - MaxInstance
Memory Hook - An [
ExecutorHooks
] that sets the maximum memory allocation limit. - NoCli
Args - An empty implementation of clap::Args to be used as TriggerExecutor::RunConfig for executors that do not need additional CLI args.
- SqlStatement
Executor Hook - ExecutorHook for executing sqlite statements.
- Sqlite
Default Store Summary Hook - An [
ExecutorHooks
] that prints information about the default KV store. - Stdio
Logging Executor Hooks - Implements TriggerHooks, writing logs to a log file and (optionally) stderr
- Trigger
AppBuilder - A builder for a
TriggerApp
.
Enums§
- User
Provided Path - A user provided option which be either be provided, default, or explicitly none.
Constants§
- APP_
LOG_ DIR - DISABLE_
WASMTIME_ CACHE - FOLLOW_
LOG_ OPT - RUNTIME_
CONFIG_ FILE - SPIN_
LOCAL_ APP_ DIR - SPIN_
LOCKED_ URL - SPIN_
WORKING_ DIR - WASMTIME_
CACHE_ FILE
Traits§
- Runtime
Factors Builder - A builder for runtime factors.