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