provider

package
v0.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2023 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(version string) func() provider.Provider

Types

type Model

type Model struct {
	AppConfigurationToken types.String `tfsdk:"app_configuration_token"`
	RefreshToken          types.String `tfsdk:"refresh_token"`
	BaseURL               types.String `tfsdk:"base_url"`
}

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) Resources

func (p *Provider) Resources(_ context.Context) []func() resource.Resource

func (*Provider) Schema

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL