provider

package
v0.9.7 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-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 NewCollectionSourceDataSource

func NewCollectionSourceDataSource() datasource.DataSource

Types

type CollectionSourceDataSource

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

CollectionSourceDataSource defines the data source implementation.

func (*CollectionSourceDataSource) Configure

func (*CollectionSourceDataSource) Metadata

func (*CollectionSourceDataSource) Read

func (*CollectionSourceDataSource) Schema

type CollectionSourceDataSourceModel

type CollectionSourceDataSourceModel struct {
	Workspace       types.String `tfsdk:"workspace"`
	Collection      types.String `tfsdk:"collection"`
	Id              types.String `tfsdk:"id"`
	IntegrationName types.String `tfsdk:"integration_name"`
	ResumeAt        types.String `tfsdk:"resume_at"`
	SuspendedAt     types.String `tfsdk:"suspended_at"`

	Status *CollectionSourceStatusModel `tfsdk:"status"`
}

CollectionSourceDataSourceModel describes the data source data model.

type CollectionSourceStatusModel

type CollectionSourceStatusModel struct {
	State               types.String `tfsdk:"state"`
	Message             types.String `tfsdk:"message"`
	DetectedSizeBytes   types.Number `tfsdk:"detected_size_bytes"`
	LastProcessedAt     types.String `tfsdk:"last_processed_at"`
	LastProcessedItem   types.String `tfsdk:"last_processed_item"`
	TotalProcessedItems types.Number `tfsdk:"total_processed_items"`
}

type RocksetProviderModel

type RocksetProviderModel struct {
	APIKey    *string `tfsdk:"api_key"`
	APIServer *string `tfsdk:"api_server"`
	OrgID     *string `tfsdk:"organization_id"`
}

Jump to

Keyboard shortcuts

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