From a871fabd11400b5f212300bdd2bdea0d77babb3a Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Mon, 5 Aug 2024 13:19:29 +1200 Subject: [PATCH] Add documentation user-configurable fields in Provider struct. --- provider.go | 1 + 1 file changed, 1 insertion(+) diff --git a/provider.go b/provider.go index 25a1d4b..ac1db24 100644 --- a/provider.go +++ b/provider.go @@ -12,6 +12,7 @@ import ( // Provider facilitates DNS record manipulation with Hurricane Electric. type Provider struct { + // Hurricane Electric DDNS key to use for authentication when modifying DNS records. APIKey string `json:"api_key,omitempty"` rateLimiter *rate.Limiter