Versions in this module Expand all Collapse all v0 v0.3.3 Apr 6, 2026 Changes in this version + type Conf struct + LogConfig LogConfig + NodeConfigs []NodeConfig + PprofPort int + func New() *Conf + func (p *Conf) LoadFromPath(filePath string) error + func (p *Conf) Watch(filePath string, reload func()) error + type LogConfig struct + Access string + Level string + Output string + type NodeConfig struct + APIHost string + Key string + NodeID int + Timeout int