package
Version:
v1.0.20
Opens a new window with list of versions in this module.
Published: Oct 28, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JWTConfig struct {
Secret string `yaml:"secret"`
Exp int64 `yaml:"exp"`
Issuer string `yaml:"issuer"`
}
type RestConf struct {
ServiceConf `yaml:",inline"`
Host string `yaml:"host"`
Port int `yaml:"port"`
RouteRoot string `yaml:"route-root"`
CorsEnable bool `yaml:"cors-enable"`
Verbose bool `yaml:"verbose"`
}
Source Files
¶
Directories
¶
common
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.