data_sources

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCollectionDataSource

func NewCollectionDataSource() datasource.DataSource

Types

type CollectionDataSource

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

CollectionDataSource defines the data source implementation.

func (*CollectionDataSource) Configure

Configure adds the provider configured client to the datasource

func (*CollectionDataSource) Metadata

func (*CollectionDataSource) Read

func (*CollectionDataSource) Schema

type CollectionDataSourceModel

type CollectionDataSourceModel struct {
	Name      types.String `tfsdk:"name"`
	Dimension types.Int64  `tfsdk:"dimension"`
	Id        types.String `tfsdk:"id"`
}

CollectionDataSourceModel describes the data source data model.

Jump to

Keyboard shortcuts

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