mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-26 04:20:33 +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
|
Dialer *tsdial.Dialer // non-nil
|
||||||
C2NHandler http.Handler // or nil
|
C2NHandler http.Handler // or nil
|
||||||
ControlKnobs *controlknobs.Knobs // or nil to ignore
|
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
|
// Observer is called when there's a change in status to report
|
||||||
// from the control client.
|
// from the control client.
|
||||||
|
|||||||
Reference in New Issue
Block a user