Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Loader ¶
type Loader interface { // Load loads and returns the GatewayConfiguration from the storage layer, or an error if a configuration could not be loaded Load() (*gatewayconfig.GatewayConfiguration, error) }
Loader loads configuration from a storage layer
func NewFsLoader ¶
func NewFsLoader(fs utilfs.Filesystem, gatewayFile string) (Loader, error)
NewFsLoader returns a Loader that loads a GatewayConfiguration from the `gatewayFile`
Click to show internal directories.
Click to hide internal directories.