package
Version:
v0.0.0-...-128d701
Opens a new window with list of versions in this module.
Published: Dec 20, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type Jwt struct {
Secret string `yaml:"secret"`
ValidMinutes int64 `yaml:"valid_minutes"`
Realm string `yaml:"realm"`
}
type MySQL struct {
UserName string `yaml:"username"`
Password string `yaml:"password"`
DataBase string `yaml:"database"`
Dialect string `yaml:"dialect"`
Host string `yaml:"host"`
Port int `yaml:"port"`
}
type Settings struct {
MySQL *MySQL
Jwt *Jwt
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.