mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-24 09:36:54 +00:00
control/controlclient: add missing comment (#17498)
Updates #cleanup Signed-off-by: Claus Lensbøl <claus@tailscale.com>
This commit is contained in:
@@ -139,7 +139,7 @@ type Options struct {
|
||||
Dialer *tsdial.Dialer // non-nil
|
||||
C2NHandler http.Handler // or nil
|
||||
ControlKnobs *controlknobs.Knobs // or nil to ignore
|
||||
Bus *eventbus.Bus
|
||||
Bus *eventbus.Bus // non-nil, for setting up publishers
|
||||
|
||||
// Observer is called when there's a change in status to report
|
||||
// from the control client.
|
||||
|
||||
Reference in New Issue
Block a user