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 + const Prefix + const UnmarshalKey + const UnmarshalKeyBind + var WireSet = wire.NewSet(Provider, Cfg) + var WireTestSet = wire.NewSet(Provider, CfgTest) + func NewLoggerAdapter(log logger.Logger, lvl logger.Level) logIface.Logger + type Config struct + Bind string + Debug bool + Name string + Selector string + Version string + func Cfg(cfg config.Configurator) (*Config, func(), error) + func CfgTest() (*Config, func(), error) + func (c *Config) OnReload(callback func(ctx context.Context)) + func (c *Config) Reload(ctx context.Context) + type Micro struct + func New(ctx context.Context, set provider.AwareSet, cfg *Config) *Micro + func Provider(ctx context.Context, set provider.AwareSet, cfg *Config) (*Micro, func(), error) + func (m *Micro) Client() client.Client + func (m *Micro) ListenAndServe() (err error) + func (m *Micro) Server() server.Server