Documentation ¶
Overview ¶
Package hcl implements a koanf.Parser that parses Hashicorp HCL bytes as conf maps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HCL ¶
type HCL struct {
// contains filtered or unexported fields
}
HCL implements a Hashicorp HCL parser.
func Parser ¶
Parser returns an HCL Parser. flattenSlices flattens HCL structures where maps turn into lists of maps. Read more here: https://github.com/hashicorp/hcl/issues/162 It's recommended to turn this setting on.
Click to show internal directories.
Click to hide internal directories.