package
Version:
v0.0.0-...-b395a04
Opens a new window with list of versions in this module.
Published: Mar 13, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type API struct {
TokenTTL int `yaml:"token_ttl"`
}
type Config struct {
API API `yaml:"api"`
DB Database `yaml:"db"`
Server Server `yaml:"server"`
}
type Database struct {
DSN string `yaml:"dsn"`
}
type Server struct {
Address string `yaml:"address"`
Secret string `yaml:"secret"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.