package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Dec 5, 2019
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
HTTP struct {
Port int `json:"port" yaml:"port"`
} `json:"http" yaml:"http"`
Logger struct {
Level string `json:"level" yaml:"level"`
} `json:"logger" yaml:"logger"`
Mongo Mongo `json:"mongo" yaml:"mongo"`
}
Config service config
type Mongo struct {
URI string `json:"uri" yaml:"uri"`
}
Mongo mongo config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.