Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindConfigFlags ¶
Binds configuration flags to the provided command
func GetFtpFlags ¶
func GetFtpFlags() flagMap
func GetHttpFlags ¶
func GetHttpFlags() flagMap
func GetStartFlags ¶
func GetStartFlags() flagMap
Types ¶
type Config ¶
type Config struct {
Server serverConfig `koanf:"server"`
FtpServer ftpServerConfig `koanf:"ftp_server"`
Logging loggingConfig `koanf:"logging"`
Cluster clusterConfig `koanf:"cluster"`
TimeoutWatcher timeoutWatcherConfig `koanf:"timeout_watcher"`
Recast recastConfig `koanf:"recast"`
Telemetry telemetryConfig `koanf:"telemetry"`
Staller stallerConfig `koanf:"staller"`
}
This struct covers the entire application configuration
Click to show internal directories.
Click to hide internal directories.