You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
9 months ago
..
assets util/eventbus: add a debug HTTP handler for the bus 9 months ago
debug-demo util/eventbus: add a helper program for bus development 9 months ago
bench_test.go util/eventbus: add basic throughput benchmarks (#15284) 9 months ago
bus.go util/eventbus: add a debug HTTP handler for the bus 9 months ago
bus_test.go util/eventbus: rework to have a Client abstraction 9 months ago
client.go util/eventbus: add debugger methods to list pub/sub types 9 months ago
debug.go util/eventbus: add a debug HTTP handler for the bus 9 months ago
debughttp.go util/eventbus: remove debug UI from iOS build 9 months ago
debughttp_ios.go util/eventbus: remove debug UI from iOS build 9 months ago
doc.go util/eventbus: initial debugging facilities for the event bus 9 months ago
fetch-htmx.go util/eventbus: add a debug HTTP handler for the bus 9 months ago
publish.go util/eventbus: initial debugging facilities for the event bus 9 months ago
queue.go util/eventbus: make internal queue a generic type 9 months ago
subscribe.go util/eventbus: add debugger methods to list pub/sub types 9 months ago