provider

package
v1.0.0 Latest Latest
Warning

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

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

func NewEchoFunction

func NewEchoFunction() function.Function

func NewErrorFunction

func NewErrorFunction() function.Function

Types

type EchoFunction

type EchoFunction struct{}

func (EchoFunction) Definition

func (EchoFunction) Metadata

func (EchoFunction) Run

type ErrorFunction

type ErrorFunction struct{}

func (ErrorFunction) Definition

func (ErrorFunction) Metadata

func (ErrorFunction) Run

type TestFunctionsProvider

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

TestFunctionsProvider defines the provider implementation.

func (*TestFunctionsProvider) Configure

func (*TestFunctionsProvider) DataSources

func (p *TestFunctionsProvider) DataSources(_ context.Context) []func() datasource.DataSource

func (*TestFunctionsProvider) Functions

func (p *TestFunctionsProvider) Functions(_ context.Context) []func() function.Function

func (*TestFunctionsProvider) Metadata

func (*TestFunctionsProvider) Resources

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

func (*TestFunctionsProvider) Schema

type TestFunctionsProviderModel

type TestFunctionsProviderModel struct {
	Endpoint types.String `tfsdk:"endpoint"`
}

TestFunctionsProviderModel describes the provider data model.

Jump to

Keyboard shortcuts

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