Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvType ¶
type EnvType struct {
PanoramaHost string `env:"PANORAMA_HOST"`
FirewallIP string `env:"FIREWALL_IP"`
PanoramaUsername string `env:"PANORAMA_USERNAME"`
PanoramaPassword string `env:"PANORAMA_PASSWORD"`
FirewallUsername string `env:"FIREWALL_USERNAME"`
FirewallPassword string `env:"FIREWALL_PASSWORD"`
HostnamePattern string `env:"HOSTNAME_PATTERN"`
}
Click to show internal directories.
Click to hide internal directories.