Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Prefix string `mapstructure:"prefix"` GatewaySvc string `mapstructure:"gatewaysvc"` Insecure bool `mapstructure:"insecure"` WebBaseURI string `mapstructure:"webbaseuri"` Web Web `mapstructure:"web"` }
Config holds the config options for the HTTP appprovider service
Click to show internal directories.
Click to hide internal directories.