aboutsummaryrefslogtreecommitdiff
path: root/messages.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-12-10 22:25:35 +0100
committerDimitri Sokolyuk <demon@dim13.org>2015-12-10 22:25:35 +0100
commitea51a23c63b779e190256dfb4e72573f0047dac5 (patch)
tree825377a2f40f41290f23473701ffcf701fb33843 /messages.go
parent744acf66b419280a430005e682ad224d500186a3 (diff)
Add authz stub
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 ...