hcl/hcldec
Martin Atkins 130b3c5105 hcldec: New function ChildBlockTypes
This function returns a map describing all of the child block types
declared inside a spec. This can be used for recursive decoding of bodies
using the low-level HCL API, though in most cases callers should just use
Decode which does recursive decoding of an entire nested structure in
a single call.
2018-01-27 09:10:18 -08:00
..
block_labels.go hcldec: BlockLabelSpec decoding 2017-10-03 15:59:20 -07:00
decode.go hcldec: ImpliedType function 2017-10-03 16:27:34 -07:00
doc.go Update doc comments and readmes for zcl -> HCL. 2017-09-11 16:56:31 -07:00
gob.go hcldec: BlockLabelSpec decoding 2017-10-03 15:59:20 -07:00
public_test.go hcldec: ImpliedType function 2017-10-03 16:27:34 -07:00
public.go hcldec: New function ChildBlockTypes 2018-01-27 09:10:18 -08:00
schema.go hcldec: ImpliedSchema must visit deep specs 2017-10-03 12:17:47 -07:00
spec_test.go hcldec: New function ChildBlockTypes 2018-01-27 09:10:18 -08:00
spec.go hcldec: New function ChildBlockTypes 2018-01-27 09:10:18 -08:00
variables_test.go Move the zcl package and its two parsing subpackages to "hcl" names 2017-09-11 16:40:37 -07:00
variables.go Move the zcl package and its two parsing subpackages to "hcl" names 2017-09-11 16:40:37 -07:00