Discover Packages
github.com/LikeAPinboard/api
config
package
Version:
v0.0.0-...-92e9bbc
Opens a new window with list of versions in this module.
Published: Apr 22, 2017
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ESConfig struct {
Url string `toml:"url"`
Index string `toml:"index"`
}
type MySQLConfig struct {
Host string `toml:"host"`
Port int `toml:"port"`
User string `toml:"user"`
Password string `toml:"password"`
DBName string `toml:"dbname"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.