aboutsummaryrefslogtreecommitdiff
path: root/lib/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/const.go')
-rw-r--r--lib/const.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/const.go b/lib/const.go
index fd771a0..1ba2749 100644
--- a/lib/const.go
+++ b/lib/const.go
@@ -5,7 +5,6 @@ import "time"
// SignRequest represents a signing request sent to the server.
type SignRequest struct {
Key string `json:"key"`
- Principal string `json:"principal"`
ValidUntil time.Time `json:"valid_until"`
}