Documentation ¶
Overview ¶
Package file implements decoding between configuration in a file and a typed Configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Decode ¶
Decode decodes the given configuration file into the given element. The operation goes through three stages roughly summarized as: - file contents -> tree of untyped nodes - untyped nodes -> nodes augmented with metadata such as kind (inferred from element) - "typed" nodes -> typed element.
func DecodeContent ¶
DecodeContent decodes the given configuration file content into the given element. The operation goes through three stages roughly summarized as: - file contents -> tree of untyped nodes - untyped nodes -> nodes augmented with metadata such as kind (inferred from element) - "typed" nodes -> typed element.
Types ¶
This section is empty.