package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Dec 19, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EnvConfig struct {
Urls []string `env:"ADGUARD_SERVERS"`
Usernames []string `env:"ADGUARD_USERNAMES"`
Passwords []string `env:"ADGUARD_PASSWORDS"`
}
type Server struct {
Interval time.Duration `env:"INTERVAL, default=30s"`
Debug bool `env:"DEBUG, default=false"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.