bmc-toolbox/bmclib

need new/update ScanAndConnect for new interfaces

jacobweinstock opened this issue · 0 comments

with the new interfaces and registry design that we have, it looks like we're going to need an update or create a new ScanAndConnect that can probe a BMC and update the registry with all compatible providers and their functionality. currently client.go has a function place holder for this general idea.

func (c *Client) DiscoverProviders(ctx context.Context) (err error) {