provider

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 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

Function - New Provider

func NewPasswordDataSource

func NewPasswordDataSource() datasource.DataSource

Function - New Data Source

Types

type PasswordDataSource

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

PasswordDataSource defines the data source implementation.

func (*PasswordDataSource) Configure

Function - Configure

func (*PasswordDataSource) Metadata

Function - Metadata

func (*PasswordDataSource) Read

Function - Read

func (*PasswordDataSource) Schema

Function - Schema

type PasswordDataSourceModel

type PasswordDataSourceModel struct {
	PasswordID types.Int64  `tfsdk:"passwordid"`
	UserName   types.String `tfsdk:"username"`
	Password   types.String `tfsdk:"password"`
}

PasswordModel describes the data source data model.

Jump to

Keyboard shortcuts

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