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