package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jun 10, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Debug bool `toml:"debug"`
Servers []*Server `toml:"servers"`
}
type Server struct {
Ip string `toml:"ip"`
Port int64 `toml:"port"`
Interval int64 `toml:"interval"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.