Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
func LoadConfig() error
Types ¶
type Config ¶
type Config struct {
Datacenter string
InventoryURL string
NetboxURL string
NetboxAPIKey string
LdapURL string
LdapBindDN string
LdapPassword string
LdapBaseDN string
LogLevel string
ListenAddress string
ListenPort int
BuildInterval time.Duration
LdapInsecureSkipVerify bool
AllDevicesMustBuild bool
}
var (
Cfg Config
)
Click to show internal directories.
Click to hide internal directories.