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