mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-25 02:31:00 +00:00
tailcfg: document zero value for KeyExpiry
Change-Id: I50889f0205ecf66c415f50f9019c190448c991fc Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
This commit is contained in:
parent
2ac5474be1
commit
6f18fbce8d
@ -188,7 +188,7 @@ type Node struct {
|
||||
Sharer UserID `json:",omitempty"`
|
||||
|
||||
Key key.NodePublic
|
||||
KeyExpiry time.Time
|
||||
KeyExpiry time.Time // the zero value if this node does not expire
|
||||
KeySignature tkatype.MarshaledSignature `json:",omitempty"`
|
||||
Machine key.MachinePublic
|
||||
DiscoKey key.DiscoPublic
|
||||
|
Loading…
x
Reference in New Issue
Block a user