Versions in this module Expand all Collapse all v0 v0.1.0 Jul 11, 2026 Changes in this version + func Run(ctx context.Context, handler any, cfg Config) error + type Config struct + IdleTimeout time.Duration + Logger *slog.Logger + Port int + ReadTimeout time.Duration + WriteTimeout time.Duration + func (c *Config) Defaults()