Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceRegistration ¶
type ServiceRegistration interface { // Name is the name of this Service Name() 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 }
Click to show internal directories.
Click to hide internal directories.