package
Version:
v0.0.0-...-831d999
Opens a new window with list of versions in this module.
Published: Feb 26, 2021
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Mongo `yaml:"mongo"`
Port int `yaml:"port"`
Db string `yaml:"db"`
LOG `yaml:"log"`
}
Config project config
type Mongo struct {
MongoURL string `yaml:"url"`
Poolsize uint64 `yaml:"poolsize"`
DbName string `yaml:"dbname"`
TableName string `yaml:"tablename"`
}
Mongo config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.