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

8 lines
136 B
Go

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