package
Version:
v1.0.9
Opens a new window with list of versions in this module.
Published: May 18, 2023
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
LogLevel string `toml:"log_level" mapstructure:"log_level"`
EnableApi bool `toml:"enable_api" mapstructure:"enable_api"`
ApiPort int64 `toml:"api_port" mapstructure:"api_port"`
Servers []*Server `toml:"servers" mapstructure:"servers"`
}
type Server struct {
DisplayName string `toml:"display_name" mapstructure:"display_name"`
Ip string `toml:"ip" mapstructure:"ip"`
Port int64 `toml:"port" mapstructure:"port"`
Interval int64 `toml:"interval" mapstructure:"interval"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.