tailcfg: add StableID to Node. #1178

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2021-01-20 18:34:50 -08:00
committed by Dave Anderson
parent 54d0d83b67
commit 49d00b6a28
3 changed files with 39 additions and 3 deletions
+1
View File
@@ -62,6 +62,7 @@ func (src *Node) Clone() *Node {
// tailscale.com/cmd/cloner -type User,Node,Hostinfo,NetInfo,Group,Role,Capability,Login,DNSConfig,RegisterResponse
var _NodeNeedsRegeneration = Node(struct {
ID NodeID
StableID StableNodeID
Name string
User UserID
Sharer UserID