Versions in this module Expand all Collapse all v0 v0.1.1 Jun 4, 2021 v0.1.0 Jun 4, 2021 Changes in this version + var Module = fx.Options(fx.Provide(mux.NewRouter, NewServer), ...) + func NewServer(params Params) (*http.Server, error) + type Options struct + IdleTimeout time.Duration + Listen string + ReadTimeout time.Duration + WriteTimeout time.Duration + type Params struct + Options Options + Router *mux.Router