Documentation ¶
Index ¶
- func New(version string) func() provider.Provider
- type UserCloudsProvider
- func (p *UserCloudsProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *UserCloudsProvider) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *UserCloudsProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *UserCloudsProvider) Resources(ctx context.Context) []func() resource.Resource
- func (p *UserCloudsProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
- type UserCloudsProviderModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UserCloudsProvider ¶
type UserCloudsProvider struct {
// contains filtered or unexported fields
}
UserCloudsProvider defines the provider implementation.
func (*UserCloudsProvider) Configure ¶
func (p *UserCloudsProvider) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
Configure is used to configure the provider.
func (*UserCloudsProvider) DataSources ¶
func (p *UserCloudsProvider) DataSources(ctx context.Context) []func() datasource.DataSource
DataSources is used to define the data sources for the provider.
func (*UserCloudsProvider) Metadata ¶
func (p *UserCloudsProvider) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse)
Metadata is used to return information about the provider.
func (*UserCloudsProvider) Resources ¶
func (p *UserCloudsProvider) Resources(ctx context.Context) []func() resource.Resource
Resources is used to define the resources for the provider.
func (*UserCloudsProvider) Schema ¶
func (p *UserCloudsProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
Schema is used to define the schema for the provider.
Click to show internal directories.
Click to hide internal directories.