aboutsummaryrefslogtreecommitdiff
path: root/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'messages.go')
-rw-r--r--messages.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/messages.go b/messages.go
index c270f32..4ddaa42 100644
--- a/messages.go
+++ b/messages.go
@@ -64,8 +64,8 @@ type AuthorizationResp struct {
// Identifier ...
type Identifier struct {
- Type string `json:"type"` // dns
- Value string `json:"value"` // example.com
+ Type IdentType `json:"type"` // dns
+ Value string `json:"value"` // example.com
}
// Challege ...