systemsoftwaredatasource

package
v1.0.0-alpha5 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() datasource.DataSource

Types

type DataSource

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

DataSource defines the data source implementation.

func (*DataSource) Configure

func (*DataSource) Metadata

func (*DataSource) Read

func (*DataSource) Schema

type DataSourceModel

type DataSourceModel struct {
	Name        types.String `tfsdk:"name"`
	Recommended types.Bool   `tfsdk:"recommended"`
	Selector    types.String `tfsdk:"selector"`

	Version   types.String `tfsdk:"version"`
	VersionID types.String `tfsdk:"version_id"`
}

DataSourceModel describes the data source data model.

func (*DataSourceModel) SelectorOrDefault

func (m *DataSourceModel) SelectorOrDefault() string

Jump to

Keyboard shortcuts

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