Versions in this module Expand all Collapse all v0 v0.1.0 Dec 6, 2025 Changes in this version + type Config struct + Host string + Port int + type Handler interface + RegisterRoutes func(router any) + type Server interface + Addr func() string + Start func(ctx context.Context) error + Stop func(ctx context.Context) error