Documentation ¶ Index ¶ func NormalizeID(id string) string type Registry func New() *Registry func (r *Registry) All() []provider.Provider func (r *Registry) Get(id string) (provider.Provider, error) func (r *Registry) IDs() []string func (r *Registry) Installed() []provider.Provider Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NormalizeID ¶ func NormalizeID(id string) string Types ¶ type Registry ¶ type Registry struct { // contains filtered or unexported fields } func New ¶ func New() *Registry func (*Registry) All ¶ func (r *Registry) All() []provider.Provider func (*Registry) Get ¶ func (r *Registry) Get(id string) (provider.Provider, error) func (*Registry) IDs ¶ func (r *Registry) IDs() []string func (*Registry) Installed ¶ func (r *Registry) Installed() []provider.Provider Source Files ¶ View all Source files registry.go Click to show internal directories. Click to hide internal directories.