Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AzureADProvider ¶
AzureADProvider returns a schema.Provider.
Types ¶
type ServiceRegistration ¶
type ServiceRegistration interface { // Name is the name of this Service Name() string // WebsiteCategories returns a list of categories which can be used for the sidebar WebsiteCategories() []string // SupportedDataSources returns the supported Data Sources supported by this Service SupportedDataSources() map[string]*schema.Resource // SupportedResources returns the supported Resources supported by this Service SupportedResources() map[string]*schema.Resource }
func SupportedServices ¶
func SupportedServices() []ServiceRegistration
Click to show internal directories.
Click to hide internal directories.