Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FaasProvider ¶
type FaasProvider interface { Filter Name() string HttpInvocationTriggerStage() syncedtrace.TraceHookType NewStack(stackPath string) (stack.Stack, error) NewFunctionRequest(stack stack.Stack, function stack.Function, qParams *url.Values, headers *http.Header, body *[]byte) func(uniqueId string) (*http.Request, error) }
func NewProvider ¶
func NewProvider(providerName string) (FaasProvider, error)
Click to show internal directories.
Click to hide internal directories.