Documentation ¶
Index ¶
- Variables
- func ApplyResourceChange_Request(in *tfprotov6.ApplyResourceChangeRequest) (*tfplugin6.ApplyResourceChange_Request, error)
- func ApplyResourceChange_Response(in *tfprotov6.ApplyResourceChangeResponse) (*tfplugin6.ApplyResourceChange_Response, error)
- func AttributePath(in *tftypes.AttributePath) (*tfplugin6.AttributePath, error)
- func AttributePath_Step(step tftypes.AttributePathStep) (*tfplugin6.AttributePath_Step, error)
- func AttributePath_Steps(in []tftypes.AttributePathStep) ([]*tfplugin6.AttributePath_Step, error)
- func AttributePaths(in []*tftypes.AttributePath) ([]*tfplugin6.AttributePath, error)
- func Configure_Request(in *tfprotov6.ConfigureProviderRequest) (*tfplugin6.ConfigureProvider_Request, error)
- func Configure_Response(in *tfprotov6.ConfigureProviderResponse) (*tfplugin6.ConfigureProvider_Response, error)
- func CtyType(in tftypes.Type) ([]byte, error)
- func Diagnostic(in *tfprotov6.Diagnostic) (*tfplugin6.Diagnostic, error)
- func Diagnostic_Severity(in tfprotov6.DiagnosticSeverity) tfplugin6.Diagnostic_Severity
- func Diagnostics(in []*tfprotov6.Diagnostic) ([]*tfplugin6.Diagnostic, error)
- func DynamicValue(in *tfprotov6.DynamicValue) *tfplugin6.DynamicValue
- func GetProviderSchema_Request(in *tfprotov6.GetProviderSchemaRequest) (*tfplugin6.GetProviderSchema_Request, error)
- func GetProviderSchema_Response(in *tfprotov6.GetProviderSchemaResponse) (*tfplugin6.GetProviderSchema_Response, error)
- func ImportResourceState_ImportedResource(in *tfprotov6.ImportedResource) (*tfplugin6.ImportResourceState_ImportedResource, error)
- func ImportResourceState_ImportedResources(in []*tfprotov6.ImportedResource) ([]*tfplugin6.ImportResourceState_ImportedResource, error)
- func ImportResourceState_Request(in *tfprotov6.ImportResourceStateRequest) (*tfplugin6.ImportResourceState_Request, error)
- func ImportResourceState_Response(in *tfprotov6.ImportResourceStateResponse) (*tfplugin6.ImportResourceState_Response, error)
- func PlanResourceChange_Request(in *tfprotov6.PlanResourceChangeRequest) (*tfplugin6.PlanResourceChange_Request, error)
- func PlanResourceChange_Response(in *tfprotov6.PlanResourceChangeResponse) (*tfplugin6.PlanResourceChange_Response, error)
- func RawState(in *tfprotov6.RawState) *tfplugin6.RawState
- func ReadDataSource_Request(in *tfprotov6.ReadDataSourceRequest) (*tfplugin6.ReadDataSource_Request, error)
- func ReadDataSource_Response(in *tfprotov6.ReadDataSourceResponse) (*tfplugin6.ReadDataSource_Response, error)
- func ReadResource_Request(in *tfprotov6.ReadResourceRequest) (*tfplugin6.ReadResource_Request, error)
- func ReadResource_Response(in *tfprotov6.ReadResourceResponse) (*tfplugin6.ReadResource_Response, error)
- func Schema(in *tfprotov6.Schema) (*tfplugin6.Schema, error)
- func Schema_Attribute(in *tfprotov6.SchemaAttribute) (*tfplugin6.Schema_Attribute, error)
- func Schema_Attributes(in []*tfprotov6.SchemaAttribute) ([]*tfplugin6.Schema_Attribute, error)
- func Schema_Block(in *tfprotov6.SchemaBlock) (*tfplugin6.Schema_Block, error)
- func Schema_NestedBlock(in *tfprotov6.SchemaNestedBlock) (*tfplugin6.Schema_NestedBlock, error)
- func Schema_NestedBlock_NestingMode(in tfprotov6.SchemaNestedBlockNestingMode) tfplugin6.Schema_NestedBlock_NestingMode
- func Schema_NestedBlocks(in []*tfprotov6.SchemaNestedBlock) ([]*tfplugin6.Schema_NestedBlock, error)
- func Schema_Object(in *tfprotov6.SchemaObject) (*tfplugin6.Schema_Object, error)
- func Schema_Object_NestingMode(in tfprotov6.SchemaObjectNestingMode) tfplugin6.Schema_Object_NestingMode
- func Stop_Request(in *tfprotov6.StopProviderRequest) (*tfplugin6.StopProvider_Request, error)
- func Stop_Response(in *tfprotov6.StopProviderResponse) (*tfplugin6.StopProvider_Response, error)
- func StringKind(in tfprotov6.StringKind) tfplugin6.StringKind
- func UpgradeResourceState_Request(in *tfprotov6.UpgradeResourceStateRequest) (*tfplugin6.UpgradeResourceState_Request, error)
- func UpgradeResourceState_Response(in *tfprotov6.UpgradeResourceStateResponse) (*tfplugin6.UpgradeResourceState_Response, error)
- func ValidateDataResourceConfig_Request(in *tfprotov6.ValidateDataResourceConfigRequest) (*tfplugin6.ValidateDataResourceConfig_Request, error)
- func ValidateDataResourceConfig_Response(in *tfprotov6.ValidateDataResourceConfigResponse) (*tfplugin6.ValidateDataResourceConfig_Response, error)
- func ValidateProviderConfig_Request(in *tfprotov6.ValidateProviderConfigRequest) (*tfplugin6.ValidateProviderConfig_Request, error)
- func ValidateProviderConfig_Response(in *tfprotov6.ValidateProviderConfigResponse) (*tfplugin6.ValidateProviderConfig_Response, error)
- func ValidateResourceConfig_Request(in *tfprotov6.ValidateResourceConfigRequest) (*tfplugin6.ValidateResourceConfig_Request, error)
- func ValidateResourceConfig_Response(in *tfprotov6.ValidateResourceConfigResponse) (*tfplugin6.ValidateResourceConfig_Response, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownAttributePathStepType = errors.New("unknown type of AttributePath_Step")
Functions ¶
func ApplyResourceChange_Request ¶
func ApplyResourceChange_Request(in *tfprotov6.ApplyResourceChangeRequest) (*tfplugin6.ApplyResourceChange_Request, error)
func ApplyResourceChange_Response ¶
func ApplyResourceChange_Response(in *tfprotov6.ApplyResourceChangeResponse) (*tfplugin6.ApplyResourceChange_Response, error)
func AttributePath ¶
func AttributePath(in *tftypes.AttributePath) (*tfplugin6.AttributePath, error)
func AttributePath_Step ¶
func AttributePath_Step(step tftypes.AttributePathStep) (*tfplugin6.AttributePath_Step, error)
func AttributePath_Steps ¶
func AttributePath_Steps(in []tftypes.AttributePathStep) ([]*tfplugin6.AttributePath_Step, error)
func AttributePaths ¶
func AttributePaths(in []*tftypes.AttributePath) ([]*tfplugin6.AttributePath, error)
func Configure_Request ¶
func Configure_Request(in *tfprotov6.ConfigureProviderRequest) (*tfplugin6.ConfigureProvider_Request, error)
func Configure_Response ¶
func Configure_Response(in *tfprotov6.ConfigureProviderResponse) (*tfplugin6.ConfigureProvider_Response, error)
func Diagnostic ¶
func Diagnostic(in *tfprotov6.Diagnostic) (*tfplugin6.Diagnostic, error)
func Diagnostic_Severity ¶
func Diagnostic_Severity(in tfprotov6.DiagnosticSeverity) tfplugin6.Diagnostic_Severity
func Diagnostics ¶
func Diagnostics(in []*tfprotov6.Diagnostic) ([]*tfplugin6.Diagnostic, error)
func DynamicValue ¶
func DynamicValue(in *tfprotov6.DynamicValue) *tfplugin6.DynamicValue
func GetProviderSchema_Request ¶
func GetProviderSchema_Request(in *tfprotov6.GetProviderSchemaRequest) (*tfplugin6.GetProviderSchema_Request, error)
func GetProviderSchema_Response ¶
func GetProviderSchema_Response(in *tfprotov6.GetProviderSchemaResponse) (*tfplugin6.GetProviderSchema_Response, error)
func ImportResourceState_ImportedResource ¶
func ImportResourceState_ImportedResource(in *tfprotov6.ImportedResource) (*tfplugin6.ImportResourceState_ImportedResource, error)
func ImportResourceState_ImportedResources ¶
func ImportResourceState_ImportedResources(in []*tfprotov6.ImportedResource) ([]*tfplugin6.ImportResourceState_ImportedResource, error)
func ImportResourceState_Request ¶
func ImportResourceState_Request(in *tfprotov6.ImportResourceStateRequest) (*tfplugin6.ImportResourceState_Request, error)
func ImportResourceState_Response ¶
func ImportResourceState_Response(in *tfprotov6.ImportResourceStateResponse) (*tfplugin6.ImportResourceState_Response, error)
func PlanResourceChange_Request ¶
func PlanResourceChange_Request(in *tfprotov6.PlanResourceChangeRequest) (*tfplugin6.PlanResourceChange_Request, error)
func PlanResourceChange_Response ¶
func PlanResourceChange_Response(in *tfprotov6.PlanResourceChangeResponse) (*tfplugin6.PlanResourceChange_Response, error)
func ReadDataSource_Request ¶
func ReadDataSource_Request(in *tfprotov6.ReadDataSourceRequest) (*tfplugin6.ReadDataSource_Request, error)
func ReadDataSource_Response ¶
func ReadDataSource_Response(in *tfprotov6.ReadDataSourceResponse) (*tfplugin6.ReadDataSource_Response, error)
func ReadResource_Request ¶
func ReadResource_Request(in *tfprotov6.ReadResourceRequest) (*tfplugin6.ReadResource_Request, error)
func ReadResource_Response ¶
func ReadResource_Response(in *tfprotov6.ReadResourceResponse) (*tfplugin6.ReadResource_Response, error)
func Schema_Attribute ¶
func Schema_Attribute(in *tfprotov6.SchemaAttribute) (*tfplugin6.Schema_Attribute, error)
func Schema_Attributes ¶
func Schema_Attributes(in []*tfprotov6.SchemaAttribute) ([]*tfplugin6.Schema_Attribute, error)
func Schema_Block ¶
func Schema_Block(in *tfprotov6.SchemaBlock) (*tfplugin6.Schema_Block, error)
func Schema_NestedBlock ¶
func Schema_NestedBlock(in *tfprotov6.SchemaNestedBlock) (*tfplugin6.Schema_NestedBlock, error)
func Schema_NestedBlock_NestingMode ¶
func Schema_NestedBlock_NestingMode(in tfprotov6.SchemaNestedBlockNestingMode) tfplugin6.Schema_NestedBlock_NestingMode
func Schema_NestedBlocks ¶
func Schema_NestedBlocks(in []*tfprotov6.SchemaNestedBlock) ([]*tfplugin6.Schema_NestedBlock, error)
func Schema_Object ¶
func Schema_Object(in *tfprotov6.SchemaObject) (*tfplugin6.Schema_Object, error)
func Schema_Object_NestingMode ¶
func Schema_Object_NestingMode(in tfprotov6.SchemaObjectNestingMode) tfplugin6.Schema_Object_NestingMode
func Stop_Request ¶
func Stop_Request(in *tfprotov6.StopProviderRequest) (*tfplugin6.StopProvider_Request, error)
func Stop_Response ¶
func Stop_Response(in *tfprotov6.StopProviderResponse) (*tfplugin6.StopProvider_Response, error)
func StringKind ¶
func StringKind(in tfprotov6.StringKind) tfplugin6.StringKind
func UpgradeResourceState_Request ¶
func UpgradeResourceState_Request(in *tfprotov6.UpgradeResourceStateRequest) (*tfplugin6.UpgradeResourceState_Request, error)
func UpgradeResourceState_Response ¶
func UpgradeResourceState_Response(in *tfprotov6.UpgradeResourceStateResponse) (*tfplugin6.UpgradeResourceState_Response, error)
func ValidateDataResourceConfig_Request ¶
func ValidateDataResourceConfig_Request(in *tfprotov6.ValidateDataResourceConfigRequest) (*tfplugin6.ValidateDataResourceConfig_Request, error)
func ValidateDataResourceConfig_Response ¶
func ValidateDataResourceConfig_Response(in *tfprotov6.ValidateDataResourceConfigResponse) (*tfplugin6.ValidateDataResourceConfig_Response, error)
func ValidateProviderConfig_Request ¶
func ValidateProviderConfig_Request(in *tfprotov6.ValidateProviderConfigRequest) (*tfplugin6.ValidateProviderConfig_Request, error)
func ValidateProviderConfig_Response ¶
func ValidateProviderConfig_Response(in *tfprotov6.ValidateProviderConfigResponse) (*tfplugin6.ValidateProviderConfig_Response, error)
func ValidateResourceConfig_Request ¶
func ValidateResourceConfig_Request(in *tfprotov6.ValidateResourceConfigRequest) (*tfplugin6.ValidateResourceConfig_Request, error)
func ValidateResourceConfig_Response ¶
func ValidateResourceConfig_Response(in *tfprotov6.ValidateResourceConfigResponse) (*tfplugin6.ValidateResourceConfig_Response, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.