673dc372e7
Update all three built-in frontends to accept Arc<FrontendRuntimeContext> parameter in their spawn_frontend implementations: - trx-frontend-http: passes context to serve function - trx-frontend-http-json: passes context to serve function - trx-frontend-rigctl: accepts context (minimal impact, no globals used) Frontends are now ready to use context for audio channels, decode channels, and auth tokens instead of accessing globals directly. This completes the trait signature change for all frontends. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>