Versions in this module Expand all Collapse all v0 v0.1.0 Jul 7, 2026 Changes in this version + type Group struct + func New(opts ...Option) *Group + func (g *Group) Add(name string, start func() error, stop func(ctx context.Context) error) + func (g *Group) Listen(name, addr string, srv Server) + func (g *Group) Run() error + type Option func(*options) + func WithLogger(log *slog.Logger) Option + func WithShutdownTimeout(d time.Duration) Option + func WithUpgrade() Option + type Server interface + Serve func(ln net.Listener) error + Shutdown func(ctx context.Context) error