config

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddPFlags

func AddPFlags(set *pflag.FlagSet)

AddPFlags adds the SM config flags to the provided flag set

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

func (*Settings) Validate

func (c *Settings) Validate() error

Validate validates that the configuration contains all mandatory properties

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL