package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Oct 18, 2025
License: MPL-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
LogConfig LogConfig `mapstructure:"Log"`
NodeConfigs []NodeConfig `mapstructure:"Nodes"`
}
type LogConfig struct {
Level string `mapstructure:"Level"`
Output string `mapstructure:"Output"`
Access string `mapstructure:"Access"`
}
type NodeConfig struct {
APIHost string `mapstructure:"ApiHost"`
NodeID int `mapstructure:"NodeID"`
Key string `mapstructure:"ApiKey"`
Timeout int `mapstructure:"Timeout"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.