func NewManager()

in manager.go [140:144]


func NewManager() *Manager {
	return &Manager{
		providers: make(map[string]Provider),
	}
}