Documentation
¶
Overview ¶
Package comp contains compositions for configuration structs. These provide common functionality that is shared between the different config elements.
hcl2 does not support compositions yet.. so this is for future improvement
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Remainer ¶
type Remainer struct { }
Remainer includes a hcl remain tag to parse all remaining items in block
func (*Remainer) ResolveVariables ¶
ResolveVariables decodes the config and returns a list of all variables found in hcl.Body. This is used later to be able to determine what variables it needs to resolve before finally resolving the body.
Click to show internal directories.
Click to hide internal directories.