Added internal

This commit is contained in:
Vinzenz Stadtmueller 2021-07-31 13:36:18 +02:00
parent 9440683e53
commit ca744fc511

5
internal/pdns.go Normal file
View file

@ -0,0 +1,5 @@
package internal
type Config struct {
ApiKey, ZoneName, ApiUrl string
}