func()

in manager.go [147:149]


func (m *Manager) RegisterProvider(name string, provider Provider) {
	m.providers[name] = provider
}