Markus Pesch
3998f9e2c2
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
335 B
Go
14 lines
335 B
Go
package cfg
|
|
|
|
import "git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter/auth"
|
|
|
|
type AppSettings struct {
|
|
VersionMode bool
|
|
DryRunMode bool
|
|
MetricsAddress string
|
|
Fail2BanSocketPath string
|
|
FileCollectorPath string
|
|
AuthProvider auth.AuthProvider
|
|
ExitOnSocketConnError bool
|
|
}
|