MCPcopy
hub / github.com/TomWright/dasel / hclReader

Struct hclReader

parsing/hcl/reader.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type hclReader struct {
21 alwaysReadLabelsToSlice bool
22}
23
24// Read reads a value from a byte slice.
25// Reads the HCL data into a model that follows the HCL JSON spec.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected