provider

package
v0.0.4 Latest Latest
Warning

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

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

func NewSystemTimezoneConfigDataSource() datasource.DataSource

NewSystemTimezoneConfigDataSource is a helper function to simplify the provider implementation.

Types

type GLiNetProvider

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

GLiNetProvider defines the provider implementation.

func (*GLiNetProvider) Configure

func (*GLiNetProvider) DataSources

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

func (*GLiNetProvider) Metadata

func (*GLiNetProvider) Resources

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

func (*GLiNetProvider) Schema

type GLiNetProviderModel

type GLiNetProviderModel struct {
	Host     types.String `tfsdk:"host"`
	Username types.String `tfsdk:"username"`
	Password types.String `tfsdk:"password"`
}

GLiNetProviderModel describes the provider data model.

Jump to

Keyboard shortcuts

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