package
Version:
v0.97.0
Opens a new window with list of versions in this module.
Published: May 24, 2021
License: Apache-2.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
¶
Config is the application config
type Database struct {
Type string `default:"sqlite3"`
Connection string `default:"data/ghz.db"`
}
Database settings
type Log struct {
Level string `default:"info"`
Path string
}
Log settings
type Server struct {
Port uint `default:"80"`
}
Server settings
Source Files
¶
Click to show internal directories.
Click to hide internal directories.