package
Version:
v1.0.9-alpha
Opens a new window with list of versions in this module.
Published: Jan 30, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
load and parse configuration file
type Datasource struct {
Host string `yaml:"host"`
Port int `yaml:"port"`
Database string `yaml:"database"`
Username string `yaml:"username"`
Password string `yaml:"password"`
}
type Server struct {
Port int `yaml:"port"`
ContextPath string `yaml:"context-path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.