package
Version:
v0.0.0-...-53711f0
Opens a new window with list of versions in this module.
Published: Oct 19, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ApiConfig struct {
Version string `yaml:"version" env-default:"v0.1.0"`
}
type DBConfig struct {
Host string `yaml:"host" env-default:"127.0.0.1"`
Port string `yaml:"port" env-default:"3306"`
Database string `yaml:"database" env-default:"apiwalk"`
Username string `yaml:"username" env-default:"root"`
Password string `yaml:"password" env-default:""`
}
type HTTPServer struct {
Host string `yaml:"host" env-default:"127.0.0.1"`
Port string `yaml:"port" env-default:"8080"`
Timeout time.Duration `yaml:"timeout" env-default:"5s"`
IdleTimeout time.Duration `yaml:"idle_timeout" env-default:"60s"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.