8 Commits

Author SHA1 Message Date
Rick Henry
aab63ec4f7
Update references to UKFast to ANS group
Signed-off-by: Rick Henry <rick.henry@assureddigitaltech.com>
2022-06-23 22:02:49 +01:00
Rick Henry
e58a901d5c
Update URL path for ANS-Group Go SDK
UKFast have recently merged with ANS group [1] and have started to
rename GitHub repositories. While GitHub will redirect repository
accesses, it makes more sense to use the canonical URL going forward.

As part of this, the versions have been updated to reflect their new
module names [2] [3].

1: https://www.ans.co.uk/campaigns/ukfast-is-now-ans/
2: https://github.com/ans-group/go-durationstring/releases/tag/v1.2.0
3: https://github.com/ans-group/sdk-go/releases/tag/v1.7.0

Signed-off-by: Rick Henry <rick.henry@assureddigitaltech.com>
2022-06-23 16:40:44 +01:00
Rick Henry
ab8817eb9c
Reword comments to remove explicit TODO
Keeping the comments in some degree is valuable, as it clarifies the
time complexity of the operations done; in the event of a performance
issue, this would likely be somewhere to look. However, remove the
`TODO` string directly, as it is not an urgent look-at-me-now.
2022-01-05 09:22:03 +00:00
Rick Henry
6fc68a82db
Reformat code to meet lint standards 2022-01-05 09:22:03 +00:00
Rick Henry
7addd03bb8
Comment on types explaining what they do 2022-01-05 09:22:02 +00:00
Rick Henry
7cac705c08
Support editing records 2022-01-05 09:22:02 +00:00
Rick Henry
a106313f55
First-pass implementation of SafeDNS provider 2022-01-05 09:22:01 +00:00
Rick Henry
d3ef1cd39f
Create package for SafeDNS 2022-01-05 09:22:01 +00:00