Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compose ¶
func Compose(ms ...functions.Middleware) functions.Middleware
Compose applies middleware so that: the first one is the outermost, the last one is the innermost (calls the actual function).
Types ¶
type Config ¶
type Config struct { Faas functions.FaaSDriver Validator functions.Validator SecretInjector functions.SecretInjector ServiceInjector functions.ServiceInjector }
Config contains the configuration for a FaaS runner
Click to show internal directories.
Click to hide internal directories.