package
Version:
v1.0.2-0...-fe75df2
Opens a new window with list of versions in this module.
Published: Apr 19, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AppInfo struct {
Name string `json:"name"`
Version string `json:"version"`
Homepage string `json:"homepage"`
Bugs string `json:"bugs"`
Author Author `json:"author"`
}
type ApplicationConfig struct {
Host string `json:"host"`
JWTSecret string `json:"jwt_secret"`
App AppInfo `json:"app"`
}
type Author struct {
Email string `json:"email"`
Name string `json:"name"`
Url string `json:"url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.