Documentation ¶ Index ¶ type Config type Discovery func NewDiscovery(cfg Config) (*Discovery, error) func (d *Discovery) Name() string func (d *Discovery) Run(ctx context.Context, in chan<- []*confgroup.Group) func (d *Discovery) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Registry confgroup.Registry Names []string } type Discovery ¶ type Discovery struct { *logger.Logger // contains filtered or unexported fields } func NewDiscovery ¶ func NewDiscovery(cfg Config) (*Discovery, error) func (*Discovery) Name ¶ func (d *Discovery) Name() string func (*Discovery) Run ¶ func (d *Discovery) Run(ctx context.Context, in chan<- []*confgroup.Group) func (*Discovery) String ¶ func (d *Discovery) String() string Source Files ¶ View all Source files config.go discovery.go Click to show internal directories. Click to hide internal directories.