From ea51a23c63b779e190256dfb4e72573f0047dac5 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 10 Dec 2015 22:25:35 +0100 Subject: Add authz stub --- messages.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'messages.go') 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 ... -- cgit v1.2.3