Skip to content

Commit

Permalink
Add documentation user-configurable fields in Provider struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Aug 5, 2024
1 parent be4310b commit a871fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a871fab

Please sign in to comment.