aboutsummaryrefslogtreecommitdiff
path: root/messages.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-12 13:41:36 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-12 13:41:36 +0100
commitab44298d0c23c02d4c4736073be86bcffb669a7b (patch)
treed25c3258083c8a228fe7743fd19f19252087d760 /messages.go
parent178685b0659c01dffb253bb40a506b54795a2c98 (diff)
Move solver into challenge
Diffstat (limited to 'messages.go')
-rw-r--r--messages.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/messages.go b/messages.go
index bd673ba..ad2b741 100644
--- a/messages.go
+++ b/messages.go
@@ -63,6 +63,7 @@ type Challenge struct {
Validated *time.Time `json:"validated,omitempty"`
KeyAuthorization string `json:"keyAuthorization,omitempty"`
Error *Problem `json:"error,omitempty"`
+ Solver `json:"-"`
}
// Problem description