Versions in this module Expand all Collapse all v0 v0.0.1 Dec 25, 2023 Changes in this version + var Module = fx.Options(fx.Provide(func() (*Config, error) { ... })) + type Config struct + AdminManagerHTTP HTTPConfig + AdminManagerLocal bool + AdminManagerProd bool + type HTTPConfig struct + Addr string + HandlerTimeout time.Duration + IdleTimeout time.Duration + ReadTimeout time.Duration + WriteTimeout time.Duration