Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLogger ¶
func NewLogger(logFilePath string) *zap.SugaredLogger
Types ¶
type Config ¶
type Config struct { Env string `yaml:"env"` RootWD string Logger *zap.SugaredLogger ServiceNode string `yaml:"service_node"` Feed struct { Path string `yaml:"path"` Adapters []string `yaml:"adapters"` } `yaml:"feed"` Organization `yaml:"organization"` SSL struct { Key string `yaml:"key"` Certificate string `yaml:"certificate"` } }
var Loaded Config
type Organization ¶
Click to show internal directories.
Click to hide internal directories.