Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
// SupportedResources returns the supported Resources supported by this Service
SupportedResources() map[string]*schema.Resource
// SupportedResources returns the supported Resources supported by this Service
SupportedDataSources() map[string]*schema.Resource
}
func SupportedServices ¶
func SupportedServices() []ServiceRegistration
Click to show internal directories.
Click to hide internal directories.