hcl/hcldec
Martin Atkins 44bad6dbf5 hcldec: ImpliedType function
This function returns the type of value that should be returned when
decoding the given spec. As well as being generally useful to the caller
for book-keeping purposes, this also allows us to return correct type
information when we are returning null and empty values, where before we
were leaning a little too much on cty.DynamicPseudoType.
2017-10-03 16:27:34 -07: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: ImpliedType function 2017-10-03 16:27:34 -07:00
schema.go hcldec: ImpliedSchema must visit deep specs 2017-10-03 12:17:47 -07:00
spec_test.go hcldec: BlockLabelSpec decoding 2017-10-03 15:59:20 -07:00
spec.go hcldec: ImpliedType function 2017-10-03 16:27:34 -07: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