tailcfg: document zero value for KeyExpiry
Change-Id: I50889f0205ecf66c415f50f9019c190448c991fc Signed-off-by: Andrew Dunham <andrew@du.nham.ca>pull/6945/head
parent
2ac5474be1
commit
6f18fbce8d
|
@ -188,7 +188,7 @@ type Node struct {
|
||||||
Sharer UserID `json:",omitempty"`
|
Sharer UserID `json:",omitempty"`
|
||||||
|
|
||||||
Key key.NodePublic
|
Key key.NodePublic
|
||||||
KeyExpiry time.Time
|
KeyExpiry time.Time // the zero value if this node does not expire
|
||||||
KeySignature tkatype.MarshaledSignature `json:",omitempty"`
|
KeySignature tkatype.MarshaledSignature `json:",omitempty"`
|
||||||
Machine key.MachinePublic
|
Machine key.MachinePublic
|
||||||
DiscoKey key.DiscoPublic
|
DiscoKey key.DiscoPublic
|
||||||
|
|
Loading…
Reference in New Issue