Versions in this module Expand all Collapse all v1 v1.1.0 Jun 23, 2020 v1.0.0 Dec 1, 2019 Changes in this version + var WireSet = wire.NewSet(ProviderDispatcher, ProviderCfg, ProviderGlobalCfg, ProviderServices, ...) + var WireTestSet = wire.NewSet(ProviderDispatcher, ProviderCfg, ProviderGlobalCfg, ProviderServices, ...) + func ProviderGlobalCfg(cfg config.Configurator) (*glbConfig.Config, func(), error) + func ProviderServices(globalCfg *glbConfig.Config, srv *micro.Micro) common.Services + type AppSet struct + Handlers common.Handlers + Services common.Services + type Config struct + Debug bool + PathRouteDump string + WorkDir string + func ProviderCfg(cfg config.Configurator) (*Config, func(), error) + func (c *Config) OnReload(callback func(ctx context.Context)) + func (c *Config) Reload(ctx context.Context) + type Dispatcher struct + func New(ctx context.Context, set provider.AwareSet, appSet AppSet, cfg *Config, ...) *Dispatcher + func ProviderDispatcher(ctx context.Context, set provider.AwareSet, appSet AppSet, cfg *Config, ...) (*Dispatcher, func(), error) + func (d *Dispatcher) Dispatch(echoHttp *echo.Echo) error + func (d *Dispatcher) RecoverMiddleware() echo.MiddlewareFunc