mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-22 08:51:41 +00:00
client/tailscale: add tags field to Device struct
Fixes #7302 Signed-off-by: Nicolas BERNARD <nikkau@nikkau.net>
This commit is contained in:
parent
306c8a713c
commit
3db894b78c
@ -47,6 +47,7 @@ type Device struct {
|
||||
ClientVersion string `json:"clientVersion"` // Empty for external devices.
|
||||
UpdateAvailable bool `json:"updateAvailable"` // Empty for external devices.
|
||||
OS string `json:"os"`
|
||||
Tags []string `json:"tags"`
|
||||
Created string `json:"created"` // Empty for external devices.
|
||||
LastSeen string `json:"lastSeen"`
|
||||
KeyExpiryDisabled bool `json:"keyExpiryDisabled"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user