package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Jul 19, 2021
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AADCert struct {
Path string `mapstructure:"path"`
Password string `mapstructure:"password"`
}
type AADClient struct {
ID string `mapstructure:"id"`
Secret string `mapstructure:"secret"`
}
type Config struct {
Tenant Tenant `mapstructure:"tenant"`
Subscription Subscription `mapstructure:"subscription"`
Environment string `mapstructure:"environment"`
Client AADClient `mapstructure:"client"`
Cert AADCert `mapstructure:"certificate"`
Log LogConfig `mapstructure:"log"`
}
type LogConfig struct {
Level string `mapstructure:"level"`
}
type Subscription struct {
ID string `mapstructure:"id"`
}
type Tenant struct {
ID string `mapstructure:"id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.