Versions in this module Expand all Collapse all v1 v1.0.1 Nov 18, 2020 v1.0.0 Nov 18, 2020 Changes in this version + const Prefix + const UnmarshalKey + type Config struct + BillingFallbackVersion string + BillingVersion string + Bind string + Debug bool + Name string + RecurringFallbackVersion string + RecurringVersion string + Selector string + Version string + func Cfg(cfg config.Configurator) (*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 ProviderTest(ctx context.Context, set provider.AwareSet, cfg *Config) (*Micro, func(), error) + func (m *Micro) Client(serviceVersion, fallback string) client.Client