diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/proto.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/proto.go b/lib/proto.go index f3d7115..a67ad47 100644 --- a/lib/proto.go +++ b/lib/proto.go @@ -6,6 +6,7 @@ import "time" type SignRequest struct { Key string `json:"key"` ValidUntil time.Time `json:"valid_until"` + Message string `json:"message"` } // SignResponse is sent by the server. |