Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Debug bool `yaml:"debug,omitempty"` MongoURI string `yaml:"mongouri"` EndPoints []EndpointConfig `yaml:"endpoints,omitempty"` WEBAPI WEBAPIConfig `yaml:"webapi"` Notifier NotifierConfig `yaml:"notifier,omitempty"` }
type EndpointConfig ¶ added in v1.1.3
type NotifierConfig ¶
type WEBAPIConfig ¶
Click to show internal directories.
Click to hide internal directories.