provider

package
v0.0.0-...-650236a Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2023 License: MPL-2.0 Imports: 11 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 NewESBuildBundleDataSource

func NewESBuildBundleDataSource() datasource.DataSource

Types

type ESBuildBundleDataSource

type ESBuildBundleDataSource struct {
}

ESBuildBundleDataSource defines the data source implementation.

func (*ESBuildBundleDataSource) Configure

func (*ESBuildBundleDataSource) GetSchema

func (*ESBuildBundleDataSource) Metadata

func (*ESBuildBundleDataSource) Read

type ESBuildBundleDataSourceModel

type ESBuildBundleDataSourceModel struct {
	Id       types.String `tfsdk:"id"`
	Filename types.String `tfsdk:"filename"`
	Platform types.String `tfsdk:"platform"`
	Target   types.String `tfsdk:"target"`
	Content  types.String `tfsdk:"content"`
}

ESBuildBundleDataSourceModel describes the data source data model.

type ScaffoldingProvider

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

ScaffoldingProvider defines the provider implementation.

func (*ScaffoldingProvider) Configure

func (*ScaffoldingProvider) DataSources

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

func (*ScaffoldingProvider) GetSchema

func (*ScaffoldingProvider) Metadata

func (*ScaffoldingProvider) Resources

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

type ScaffoldingProviderModel

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

ScaffoldingProviderModel describes the provider data model.

Jump to

Keyboard shortcuts

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