go-traefik-certmanager/internal/config/config.go

9 lines
136 B
Go
Raw Normal View History

package config
type AppSettings struct {
CertIssuerName string
CertIssuerKind string
CertCleanup bool
PatchSecretName bool
}