Versions in this module Expand all Collapse all v0 v0.0.3 Apr 24, 2026 Changes in this version + func Load(path string) mo.Result[*Config] + type AppConfig struct + Env string + Name string + type Config struct + App AppConfig + Logging LoggingConfig + func (c *Config) IsDev() bool + func (c *Config) Validate() error + type LoggingConfig struct + Format string + Level string v0.0.2 Apr 24, 2026