Versions in this module Expand all Collapse all v0 v0.2.0 Apr 22, 2026 v0.1.1 Apr 22, 2026 v0.1.0 Apr 22, 2026 Changes in this version + var Module = fx.Module("nexus", fx.Provide(NewApp), fx.Invoke(registerLifecycle)) + func NewApp(cfg Config) *nexus.App + type Config struct + Addr string + DashboardName string + EnableDashboard bool + TraceCapacity int