provider

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package provider provides testsdk handling of the provider concept.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigureRequest

type ConfigureRequest struct {
	Config tftypes.Value
}

type ConfigureResponse

type ConfigureResponse struct {
	Diagnostics []*tfprotov6.Diagnostic
}

type Protov5ConfigureRequest added in v1.6.0

type Protov5ConfigureRequest struct {
	Config tftypes.Value
}

type Protov5ConfigureResponse added in v1.6.0

type Protov5ConfigureResponse struct {
	Diagnostics []*tfprotov6.Diagnostic
}

type Protov5SchemaRequest added in v1.6.0

type Protov5SchemaRequest struct{}

type Protov5SchemaResponse added in v1.6.0

type Protov5SchemaResponse struct {
	Diagnostics []*tfprotov5.Diagnostic
	Schema      *tfprotov5.Schema
}

type Protov5StopRequest added in v1.6.0

type Protov5StopRequest struct{}

type Protov5StopResponse added in v1.6.0

type Protov5StopResponse struct {
	Error error
}

type Protov5ValidateConfigRequest added in v1.6.0

type Protov5ValidateConfigRequest struct {
	Config tftypes.Value
}

type Protov5ValidateConfigResponse added in v1.6.0

type Protov5ValidateConfigResponse struct {
	Diagnostics []*tfprotov5.Diagnostic
}

type SchemaRequest

type SchemaRequest struct{}

type SchemaResponse

type SchemaResponse struct {
	Diagnostics []*tfprotov6.Diagnostic
	Schema      *tfprotov6.Schema
}

type StopRequest

type StopRequest struct{}

type StopResponse

type StopResponse struct {
	Error error
}

type ValidateConfigRequest

type ValidateConfigRequest struct {
	Config tftypes.Value
}

type ValidateConfigResponse

type ValidateConfigResponse struct {
	Diagnostics []*tfprotov6.Diagnostic
}

Jump to

Keyboard shortcuts

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