tailscale/util/eventbus
David Anderson e091e71937 util/eventbus: remove debug UI from iOS build
The use of html/template causes reflect-based linker bloat. Longer
term we have options to bring the UI back to iOS, but for now, cut
it out.

Updates #15297

Signed-off-by: David Anderson <dave@tailscale.com>
2025-03-18 17:04:15 -07:00
..
assets util/eventbus: add a debug HTTP handler for the bus 2025-03-12 17:47:47 -07:00
debug-demo util/eventbus: add a helper program for bus development 2025-03-12 17:47:47 -07:00
bench_test.go util/eventbus: add basic throughput benchmarks (#15284) 2025-03-13 08:06:20 -07:00
bus_test.go util/eventbus: rework to have a Client abstraction 2025-03-04 17:38:20 -08:00
bus.go util/eventbus: add a debug HTTP handler for the bus 2025-03-12 17:47:47 -07:00
client.go util/eventbus: add debugger methods to list pub/sub types 2025-03-07 14:28:04 -08:00
debug.go util/eventbus: add a debug HTTP handler for the bus 2025-03-12 17:47:47 -07:00
debughttp_ios.go util/eventbus: remove debug UI from iOS build 2025-03-18 17:04:15 -07:00
debughttp.go util/eventbus: remove debug UI from iOS build 2025-03-18 17:04:15 -07:00
doc.go util/eventbus: initial debugging facilities for the event bus 2025-03-07 12:48:32 -08:00
fetch-htmx.go util/eventbus: add a debug HTTP handler for the bus 2025-03-12 17:47:47 -07:00
publish.go util/eventbus: initial debugging facilities for the event bus 2025-03-07 12:48:32 -08:00
queue.go util/eventbus: make internal queue a generic type 2025-03-05 18:29:34 -08:00
subscribe.go util/eventbus: add debugger methods to list pub/sub types 2025-03-07 14:28:04 -08:00