toproto6

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2024 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package toproto6 contains functions to convert from framework types to protocol version 6 (tfprotov6) types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyResourceChangeResponse added in v0.9.0

ApplyResourceChangeResponse returns the *tfprotov6.ApplyResourceChangeResponse equivalent of a *fwserver.ApplyResourceChangeResponse.

func Block

Block returns the *tfprotov6.SchemaNestedBlock equivalent of a Block. Errors will be tftypes.AttributePathErrors based on `path`. `name` is the name of the attribute.

func CallFunctionResponse added in v1.5.0

CallFunctionResponse returns the *tfprotov6.CallFunctionResponse equivalent of a *fwserver.CallFunctionResponse.

func Config added in v0.9.0

Config returns the *tfprotov6.DynamicValue for a *tfsdk.Config.

func ConfigureProviderResponse added in v0.9.0

func ConfigureProviderResponse(ctx context.Context, fw *provider.ConfigureResponse) *tfprotov6.ConfigureProviderResponse

ConfigureProviderResponse returns the *tfprotov6.ConfigureProviderResponse equivalent of a *fwserver.ConfigureProviderResponse.

func DataSourceMetadata added in v1.4.0

DataSourceMetadata returns the tfprotov6.DataSourceMetadata for a fwserver.DataSourceMetadata.

func DiagnosticSeverity added in v0.9.0

func DiagnosticSeverity(s diag.Severity) tfprotov6.DiagnosticSeverity

DiagnosticSeverity converts diag.Severity into tfprotov6.DiagnosticSeverity.

func Diagnostics

func Diagnostics(ctx context.Context, diagnostics diag.Diagnostics) []*tfprotov6.Diagnostic

Diagnostics converts the diagnostics into the tfprotov6 collection type.

func DynamicValue added in v1.1.0

DynamicValue returns the *tfprotov6.DynamicValue for a given fwschemadata.Data.

If necessary, the underlying data is modified to convert list and set block values from a null collection to an empty collection. This is to prevent developers from needing to understand Terraform's differences between block and attribute values where blocks are technically never null, but from a developer perspective this distinction introduces unnecessary complexity.

func Function added in v1.5.0

Function returns the *tfprotov6.Function for a function.Definition.

func FunctionError added in v1.6.0

func FunctionError(ctx context.Context, funcErr *function.FuncError) *tfprotov6.FunctionError

FunctionError converts the function error into the tfprotov6 function error.

func FunctionMetadata added in v1.5.0

FunctionMetadata returns the tfprotov6.FunctionMetadata for a fwserver.FunctionMetadata.

func FunctionParameter added in v1.5.0

func FunctionParameter(ctx context.Context, fw function.Parameter) *tfprotov6.FunctionParameter

FunctionParameter returns the *tfprotov6.FunctionParameter for a function.Parameter.

func FunctionResultData added in v1.5.0

func FunctionResultData(ctx context.Context, data function.ResultData) (*tfprotov6.DynamicValue, *function.FuncError)

FunctionResultData returns the *tfprotov6.DynamicValue for a given function.ResultData.

func FunctionReturn added in v1.5.0

func FunctionReturn(ctx context.Context, fw function.Return) *tfprotov6.FunctionReturn

FunctionReturn returns the *tfprotov6.FunctionReturn for a function.Return.

func GetFunctionsResponse added in v1.5.0

GetFunctionsResponse returns the *tfprotov6.GetFunctionsResponse equivalent of a *fwserver.GetFunctionsResponse.

func GetMetadataResponse added in v1.4.0

GetMetadataResponse returns the *tfprotov6.GetMetadataResponse equivalent of a *fwserver.GetMetadataResponse.

func GetProviderSchemaResponse

GetProviderSchemaResponse returns the *tfprotov6.GetProviderSchemaResponse equivalent of a *fwserver.GetProviderSchemaResponse.

func ImportResourceStateResponse added in v0.9.0

ImportResourceStateResponse returns the *tfprotov6.ImportResourceStateResponse equivalent of a *fwserver.ImportResourceStateResponse.

func ImportedResource added in v0.9.0

ImportedResource returns the *tfprotov6.ImportedResource equivalent of a *fwserver.ImportedResource.

func MoveResourceStateResponse added in v1.6.0

MoveResourceStateResponse returns the *tfprotov6.MoveResourceStateResponse equivalent of a *fwserver.MoveResourceStateResponse.

func PlanResourceChangeResponse added in v0.9.0

PlanResourceChangeResponse returns the *tfprotov6.PlanResourceChangeResponse equivalent of a *fwserver.PlanResourceChangeResponse.

func ReadDataSourceResponse added in v0.9.0

ReadDataSourceResponse returns the *tfprotov6.ReadDataSourceResponse equivalent of a *fwserver.ReadDataSourceResponse.

func ReadResourceResponse added in v0.9.0

ReadResourceResponse returns the *tfprotov6.ReadResourceResponse equivalent of a *fwserver.ReadResourceResponse.

func ResourceMetadata added in v1.4.0

ResourceMetadata returns the tfprotov6.ResourceMetadata for a fwserver.ResourceMetadata.

func Schema

func Schema(ctx context.Context, s fwschema.Schema) (*tfprotov6.Schema, error)

Schema returns the *tfprotov6.Schema equivalent of a Schema.

func SchemaAttribute

SchemaAttribute returns the *tfprotov6.SchemaAttribute equivalent of an Attribute. Errors will be tftypes.AttributePathErrors based on `path`. `name` is the name of the attribute.

func ServerCapabilities added in v0.10.0

ServerCapabilities returns the *tfprotov6.ServerCapabilities for a *fwserver.ServerCapabilities.

func State added in v0.9.0

State returns the *tfprotov6.DynamicValue for a *tfsdk.State.

func UpgradeResourceStateResponse added in v0.9.0

UpgradeResourceStateResponse returns the *tfprotov6.UpgradeResourceStateResponse equivalent of a *fwserver.UpgradeResourceStateResponse.

func ValidateDataSourceConfigResponse added in v0.9.0

ValidateDataSourceConfigResponse returns the *tfprotov6.ValidateDataSourceConfigResponse equivalent of a *fwserver.ValidateDataSourceConfigResponse.

func ValidateProviderConfigResponse added in v0.9.0

ValidateProviderConfigResponse returns the *tfprotov6.ValidateProviderConfigResponse equivalent of a *fwserver.ValidateProviderConfigResponse.

func ValidateResourceConfigResponse added in v0.9.0

ValidateResourceConfigResponse returns the *tfprotov6.ValidateResourceConfigResponse equivalent of a *fwserver.ValidateResourceConfigResponse.

Types

This section is empty.

Jump to

Keyboard shortcuts

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