Documentation
¶
Index ¶
- func New(version string) func() provider.Provider
- type DeltaStreamPlatformProvider
- func (p *DeltaStreamPlatformProvider) Configure(ctx context.Context, req provider.ConfigureRequest, ...)
- func (p *DeltaStreamPlatformProvider) DataSources(ctx context.Context) []func() datasource.DataSource
- func (p *DeltaStreamPlatformProvider) Functions(ctx context.Context) []func() function.Function
- func (p *DeltaStreamPlatformProvider) Metadata(ctx context.Context, req provider.MetadataRequest, ...)
- func (p *DeltaStreamPlatformProvider) Resources(ctx context.Context) []func() resource.Resource
- func (p *DeltaStreamPlatformProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
- type DeltaStreamPlatformProviderModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeltaStreamPlatformProvider ¶
type DeltaStreamPlatformProvider struct {
// contains filtered or unexported fields
}
DeltaStreamPlatformProvider defines the provider implementation.
func (*DeltaStreamPlatformProvider) Configure ¶
func (p *DeltaStreamPlatformProvider) Configure(ctx context.Context, req provider.ConfigureRequest, resp *provider.ConfigureResponse)
func (*DeltaStreamPlatformProvider) DataSources ¶
func (p *DeltaStreamPlatformProvider) DataSources(ctx context.Context) []func() datasource.DataSource
func (*DeltaStreamPlatformProvider) Functions ¶
func (p *DeltaStreamPlatformProvider) Functions(ctx context.Context) []func() function.Function
func (*DeltaStreamPlatformProvider) Metadata ¶
func (p *DeltaStreamPlatformProvider) Metadata(ctx context.Context, req provider.MetadataRequest, resp *provider.MetadataResponse)
func (*DeltaStreamPlatformProvider) Resources ¶
func (p *DeltaStreamPlatformProvider) Resources(ctx context.Context) []func() resource.Resource
func (*DeltaStreamPlatformProvider) Schema ¶
func (p *DeltaStreamPlatformProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse)
type DeltaStreamPlatformProviderModel ¶
type DeltaStreamPlatformProviderModel struct {
}
DeltaStreamPlatformProviderModel describes the provider data model.
Click to show internal directories.
Click to hide internal directories.