package
Version:
v0.0.0-...-35d01cd
Opens a new window with list of versions in this module.
Published: Oct 25, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DB struct {
DbType db.DbType `mapstructure:"type"`
Data string `toml:"data"`
}
type JWT struct {
Secret string `toml:"secret"`
}
type Server struct {
Addr string `toml:"addr"`
Domain string `toml:"domain"`
Mode string `toml:"mode"`
}
type User struct {
LisenInterval int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.