Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DecodeResult ¶
type DecodeResult struct { Overrides variables.Overrides Diags hcl.Diagnostics HCLFiles map[string]*hcl.File }
DecodeResult is returned by the
func (*DecodeResult) Merge ¶
func (d *DecodeResult) Merge(in DecodeResult)
Merge combines two DecodeResults. Any nil Overrides are discarded.
type DiagExtraFixup ¶
type DiagExtraFixup struct{ Fixed bool }
DiagExtraFixup is a custom type for the sentinel value stored in Extra that indicates whether or not the Ranges in the Diagnostic have been reset to be consistent with the user-supplied input.
Click to show internal directories.
Click to hide internal directories.