Versions in this module Expand all Collapse all v0 v0.10.2 Dec 10, 2018 Changes in this version + func CustomPlugins(funcs map[string]plugins.PluginInitFunc) func(*Discovery) + type Config struct + Name *string + Prefix *string + func ParseConfig(bs []byte, services []string) (*Config, error) + type Discovery struct + func New(manager *plugins.Manager, opts ...func(*Discovery)) (*Discovery, error) + func (c *Discovery) Reconfigure(_ context.Context, _ interface{}) + func (c *Discovery) Start(ctx context.Context) error + func (c *Discovery) Stop(ctx context.Context)