Versions in this module Expand all Collapse all v0 v0.3.0 Aug 24, 2026 v0.2.0 Aug 12, 2026 Changes in this version + func AppendProtoDiag(diags []*proto.Diagnostic, d interface{}) []*proto.Diagnostic + func AttributePathToPath(ap *proto.AttributePath) cty.Path + func ConfigSchemaToProto(b *configschema.Block) *proto.Schema_Block + func PathToAttributePath(p cty.Path) *proto.AttributePath + func ProtoToConfigSchema(b *proto.Schema_Block) *configschema.Block + func ProtoToCtyType(in []byte) cty.Type + func ProtoToDiagnostics(ds []*proto.Diagnostic) tfdiags.Diagnostics + func ProtoToEphemeralProviderSchema(s *proto.Schema) providers.Schema + func ProtoToFunctionParameterSpec(proto *tfplugin5.Function_Parameter) providers.FunctionParameterSpec + func ProtoToFunctionSpec(proto *tfplugin5.Function) providers.FunctionSpec + func ProtoToProviderSchema(s *proto.Schema) providers.Schema + func ProtoToResourceIdentitySchema(schema *proto.ResourceIdentitySchema) *providers.ResourceIdentitySchema + func ProtoToTextFormatting(proto tfplugin5.StringKind) providers.TextFormatting + func ResourceIdentitySchemaToProto(schema *providers.ResourceIdentitySchema) *proto.ResourceIdentitySchema + func WarnsAndErrsToProto(warns []string, errs []error) (diags []*proto.Diagnostic)