diff options
| author | Claus Lensbøl <claus@tailscale.com> | 2025-10-08 11:36:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-08 11:36:38 -0400 |
| commit | 57bd875856652e1cc6a6c2ab63ee252dfd6b4980 (patch) | |
| tree | 51f04ee7ae199bca165fe77473dcdc9c31b61229 | |
| parent | 9556a0c6da5b5e8186477711c2003a07e5831fda (diff) | |
| download | tailscale-57bd875856652e1cc6a6c2ab63ee252dfd6b4980.tar.xz tailscale-57bd875856652e1cc6a6c2ab63ee252dfd6b4980.zip | |
control/controlclient: add missing comment (#17498)
Updates #cleanup
Signed-off-by: Claus Lensbøl <claus@tailscale.com>
| -rw-r--r-- | control/controlclient/direct.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/control/controlclient/direct.go b/control/controlclient/direct.go index 5f26e2ba1..61886482d 100644 --- a/control/controlclient/direct.go +++ b/control/controlclient/direct.go @@ -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. |
