diff options
| author | Josh Bleecher Snyder <josh@tailscale.com> | 2021-09-16 16:50:31 -0700 |
|---|---|---|
| committer | Josh Bleecher Snyder <josh@tailscale.com> | 2021-09-17 16:47:00 -0700 |
| commit | c7b75465871eb911df4e1ff91a57b9c91c279111 (patch) | |
| tree | 0b7975a92a5f53ad27ee78525ae4e5660d34c7fe /control/controlclient/status.go | |
| parent | b14db5d943b84be3c9f3a909c18c9af4012523dd (diff) | |
| download | tailscale-josh/immutable-views.tar.xz tailscale-josh/immutable-views.zip | |
WIP snapshotjosh/immutable-views
Next up: view support for maps, etc.
Diffstat (limited to 'control/controlclient/status.go')
| -rw-r--r-- | control/controlclient/status.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/control/controlclient/status.go b/control/controlclient/status.go index 3cbe9261d..a7ffdfc68 100644 --- a/control/controlclient/status.go +++ b/control/controlclient/status.go @@ -68,8 +68,8 @@ type Status struct { LoginFinished *empty.Message // nonempty when login finishes LogoutFinished *empty.Message // nonempty when logout finishes Err string - URL string // interactive URL to visit to finish logging in - NetMap *netmap.NetworkMap // server-pushed configuration + URL string // interactive URL to visit to finish logging in + NetMap netmap.NetworkMapView // server-pushed configuration // The internal state should not be exposed outside this // package, but we have some automated tests elsewhere that need to |
