Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Mongo `yaml:"mongo"` Port int `yaml:"port"` Db string `yaml:"db"` LOG `yaml:"log"` }
Config project config
var ( //Cfg config Cfg Config )
Click to show internal directories.
Click to hide internal directories.