Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Targets []Target `yaml:"targets"` Identity string `yaml:"identity,omitempty"` Features struct { Optics bool `yaml:"optics,omitempty"` OpticsWithNoLink bool `yaml:"opticsWithNoLink,omitempty"` System bool `yaml:"system,omitempty"` Dhcp bool `yaml:"dhcp,omitempty"` Ospf bool `yaml:"ospf,omitempty"` } `yaml:"features"` }
Config represents the configuration for the exporter
Click to show internal directories.
Click to hide internal directories.