From ca744fc51178f8ce535df1a00ffc318b3c8e6ca4 Mon Sep 17 00:00:00 2001 From: Vinzenz Stadtmueller Date: Sat, 31 Jul 2021 13:36:18 +0200 Subject: [PATCH] Added internal --- internal/pdns.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 internal/pdns.go diff --git a/internal/pdns.go b/internal/pdns.go new file mode 100644 index 0000000..37876f9 --- /dev/null +++ b/internal/pdns.go @@ -0,0 +1,5 @@ +package internal + +type Config struct { + ApiKey, ZoneName, ApiUrl string +} \ No newline at end of file