Skip to content

Commit

Permalink
adding dns_sec to domains struct (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddymko committed Nov 15, 2021
1 parent 9d28fea commit 987ccda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions domains.go
Expand Up @@ -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
Expand Down

0 comments on commit 987ccda

Please sign in to comment.