Documentation
¶
Index ¶
- func ConfigSchemaToProto(b *tfjson.SchemaBlock) *tfprotov6.SchemaBlock
- func DecodeAttributePath(raws *tftypes.AttributePath) cty.Path
- func DecodeDiagnostics(raws []*tfprotov6.Diagnostic) typ.Diagnostics
- func FunctionDeclFromProto(fun *tfprotov6.Function) (typ.FunctionDecl, error)
- func FunctionDeclsFromProto(protoFuncs map[string]*tfprotov6.Function) (map[string]typ.FunctionDecl, error)
- func ProtoToConfigSchema(b *tfprotov6.SchemaBlock) *tfjson.SchemaBlock
- func ProtoToDeferred(d *tfprotov6.Deferred) *typ.Deferred
- func ProtoToProviderSchema(s *tfprotov6.Schema) tfjson.Schema
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigSchemaToProto ¶
func ConfigSchemaToProto(b *tfjson.SchemaBlock) *tfprotov6.SchemaBlock
func DecodeAttributePath ¶
func DecodeAttributePath(raws *tftypes.AttributePath) cty.Path
func DecodeDiagnostics ¶
func DecodeDiagnostics(raws []*tfprotov6.Diagnostic) typ.Diagnostics
func FunctionDeclFromProto ¶
func FunctionDeclFromProto(fun *tfprotov6.Function) (typ.FunctionDecl, error)
func FunctionDeclsFromProto ¶
func ProtoToConfigSchema ¶
func ProtoToConfigSchema(b *tfprotov6.SchemaBlock) *tfjson.SchemaBlock
func ProtoToDeferred ¶
ProtoToDeferred translates a proto.Deferred to a providers.Deferred.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.