MCPcopy
hub / github.com/hashicorp/hcl / attrSpec

Interface attrSpec

hcldec/spec.go:54–56  ·  view source on GitHub ↗

attrSpec is implemented by specs that require attributes from the body.

Source from the content-addressed store, hash-verified

52
53// attrSpec is implemented by specs that require attributes from the body.
54type attrSpec interface {
55 attrSchemata() []hcl.AttributeSchema
56}
57
58// blockSpec is implemented by specs that require blocks from the body.
59type blockSpec interface {

Callers 1

TestRefineValueSpecFunction · 0.85

Implementers 2

AttrSpechcldec/spec.go
DefaultSpechcldec/spec.go

Calls

no outgoing calls

Tested by

no test coverage detected