[GO][EDIT] Added tls flag in config file
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
|
||||
// Config represents the configuration for the exporter
|
||||
type Config struct {
|
||||
tls bool `yaml:"tls,omitempty"`
|
||||
Devices []Device `yaml:"devices"`
|
||||
Features struct {
|
||||
BGP bool `yaml:"bgp,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user