simple2

package
v0.0.0-...-56136db Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2026 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

func NewTaskResource

func NewTaskResource() resource.Resource

Types

type ScaffoldingProvider

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

ScaffoldingProvider defines the provider implementation.

func (*ScaffoldingProvider) Actions

func (p *ScaffoldingProvider) Actions(ctx context.Context) []func() action.Action

func (*ScaffoldingProvider) Configure

func (*ScaffoldingProvider) DataSources

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

func (*ScaffoldingProvider) EphemeralResources

func (p *ScaffoldingProvider) EphemeralResources(ctx context.Context) []func() ephemeral.EphemeralResource

func (*ScaffoldingProvider) Functions

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

func (*ScaffoldingProvider) Metadata

func (*ScaffoldingProvider) Resources

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

func (*ScaffoldingProvider) Schema

type ScaffoldingProviderModel

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

ScaffoldingProviderModel describes the provider data model.

type Task

type Task struct {
	ID          string `json:"id"`
	Title       string `json:"title"`
	Description string `json:"description"`
	Completed   bool   `json:"completed"`
}

Jump to

Keyboard shortcuts

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