Versions in this module Expand all Collapse all v1 v1.4.0 May 12, 2026 v1.3.2 Apr 20, 2026 Changes in this version type ServerConfig + LogLevel slog.Level v1.3.1 Jan 8, 2026 v1.3.0 Jan 5, 2026 v1.2.0 Jan 5, 2026 v1.1.0 Jan 5, 2026 Changes in this version + func ParseConfig[C Validator]() (C, error) + type Environment string + const Local + const Production + const Test + func (e Environment) String() string + type ServerConfig struct + Environment Environment + IdleTimeout int + Port int + ReadTimeout int + VerboseMode bool + WriteTimeout int + func (c ServerConfig) Validate() error + type Validator interface + Validate func() error