provider

package
v0.0.0-...-5f52d40 Latest Latest
Warning

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

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

func NewBabyResource() resource.Resource

Types

type AztfTeamProvider

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

AztfTeamProvider defines the provider implementation.

func (*AztfTeamProvider) Configure

func (*AztfTeamProvider) DataSources

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

func (*AztfTeamProvider) Metadata

func (*AztfTeamProvider) Resources

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

func (*AztfTeamProvider) Schema

type AztfTeamProviderModel

type AztfTeamProviderModel struct{}

AztfTeamProviderModel describes the provider data model.

type BabyResource

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

BabyResource defines the resource implementation.

func (*BabyResource) Configure

func (*BabyResource) Create

func (*BabyResource) Delete

func (*BabyResource) ImportState

func (*BabyResource) Metadata

func (*BabyResource) Read

func (*BabyResource) Schema

func (*BabyResource) Update

type BabyResourceModel

type BabyResourceModel struct {
	Id               types.String `tfsdk:"id"`
	Name             types.String `tfsdk:"name"`
	Age              types.Int64  `tfsdk:"age"`
	Birthday         types.String `tfsdk:"birthday"`
	BiologicalGender types.String `tfsdk:"biological_gender"`
	Strength         types.Number `tfsdk:"strength"`
	Perception       types.Number `tfsdk:"perception"`
	Endurance        types.Number `tfsdk:"endurance"`
	Charisma         types.Number `tfsdk:"charisma"`
	Intelligence     types.Int64  `tfsdk:"intelligence"`
	Agility          types.Number `tfsdk:"agility"`
	Luck             types.Number `tfsdk:"luck"`
	Tags             types.Map    `tfsdk:"tags"`
}

BabyResourceModel describes the resource data model.

Jump to

Keyboard shortcuts

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