package
Version:
v0.0.0-...-bd7bb7a
Opens a new window with list of versions in this module.
Published: Feb 28, 2023
License: AGPL-3.0
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 Application struct {
Host string `mapstructure:"host"`
Port uint `mapstructure:"port"`
IsBehindProxy bool `mapstructure:"behind_proxy"`
TrustedProxies []string `mapstructure:"trusted_proxies"`
}
type Config struct {
Application Application `mapstructure:"application"`
Server Server `mapstructure:"server"`
}
type Server struct {
Type string `mapstructure:"type"`
LogDir string `mapstructure:"log_dir"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.