package
Version:
v0.0.0-...-f947b13
Opens a new window with list of versions in this module.
Published: Mar 1, 2022
License: GPL-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 Config struct {
IsDebug *bool `yaml:"is_debug" env-required:"true"`
Listen struct {
Type string `yaml:"type" env-default:"port"`
BindIP string `yaml:"bind_ip" env-default:"127.0.0.1"`
Port string `yaml:"port" env-default:"8080"`
} `yaml:"listen"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.