Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { LogLevel string `toml:"logLevel"` LogNoColor bool `toml:"logNoColor"` LogNoDate bool `toml:"logNoDate"` SkipInterfaces []string `toml:"skipInterfaces,omitempty"` SkipDrivers []string `toml:"skipDrivers,omitempty"` Topic string `toml:"topic"` Brokers []string `toml:"brokers"` Timeout int `toml:"timeout"` RateLimit int `toml:"rateLimit"` ComprAlgo string `toml:"comprAlgo"` Refresh int `toml:"refresh"` }
Config struct.
Click to show internal directories.
Click to hide internal directories.