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

8 lines
136 B
Go

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