provider

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2024 License: MPL-2.0 Imports: 15 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 P0Provider

type P0Provider struct {
	// contains filtered or unexported fields
}

P0Provider defines the provider implementation.

func (*P0Provider) Configure

func (*P0Provider) DataSources

func (p *P0Provider) DataSources(ctx context.Context) []func() datasource.DataSource

func (*P0Provider) Functions

func (p *P0Provider) Functions(ctx context.Context) []func() function.Function

func (*P0Provider) Metadata

func (*P0Provider) Resources

func (p *P0Provider) Resources(ctx context.Context) []func() resource.Resource

func (*P0Provider) Schema

type P0ProviderModel

type P0ProviderModel struct {
	Host types.String `tfsdk:"host"`
	Org  types.String `tfsdk:"org"`
}

P0ProviderModel describes the provider data model.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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