go-traefik-certmanager/internal/config/config.go
Tom Neuber e2101672f8
Some checks failed
ci/woodpecker/push/build unknown status
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/deploy unknown status
feat(go-traefik-certmanager): initial commit
2025-01-22 07:46:55 +01:00

8 lines
136 B
Go

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