Documentation
¶
Overview ¶
///////////////////////////////////////////////////////////////////// Copyright (c) 2017 VMware, Inc. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 /////////////////////////////////////////////////////////////////////
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
}
Click to show internal directories.
Click to hide internal directories.