From c3474c236abe9626d3c7b588858697f29482ea91 Mon Sep 17 00:00:00 2001 From: David Dymko Date: Mon, 15 Nov 2021 11:00:59 -0500 Subject: [PATCH] adding dns_sec to domains struct --- domains.go | 1 + 1 file changed, 1 insertion(+) diff --git a/domains.go b/domains.go index 13c1691..938cc86 100644 --- a/domains.go +++ b/domains.go @@ -34,6 +34,7 @@ type DomainServiceHandler struct { type Domain struct { Domain string `json:"domain,omitempty"` DateCreated string `json:"date_created,omitempty"` + DNSSec string `json:"dns_sec,omitempty"` } // DomainReq is the struct to create a domain