cert-manager-webhook-example/internal/pdns.go
2021-07-31 20:22:51 +02:00

5 lines
No EOL
85 B
Go

package internal
type Config struct {
ApiKey, ZoneName, ServerName, ApiUrl string
}