Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Settings ¶
type Settings struct { Server *server.Settings `mapstructure:"server"` Log *log.Settings `mapstructure:"log"` Sm *sm.Settings `mapstructure:"sm"` SelfURL string `mapstructure:"self_url"` }
Settings type holds all config properties for the sbproxy
func DefaultSettings ¶
func DefaultSettings() *Settings
DefaultSettings returns default value for the proxy settings
func New ¶
func New(env env.Environment) (*Settings, error)
New builds an config.Settings from the specified Environment
func NewSettings ¶
func NewSettings(env env.Environment) (*Settings, error)
NewSettings creates new proxy settings from the specified environment
Click to show internal directories.
Click to hide internal directories.