Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsVarsFilename ¶
Types ¶
type SourceVarsDiags ¶
type SourceVarsDiags map[globalAst.DiagnosticSource]VarsDiags
func (SourceVarsDiags) Count ¶
func (svd SourceVarsDiags) Count() int
type VarsDiags ¶
type VarsDiags map[VarsFilename]hcl.Diagnostics
func VarsDiagsFromMap ¶
func (VarsDiags) AutoloadedOnly ¶
type VarsFilename ¶
type VarsFilename string
func NewVarsFilename ¶
func NewVarsFilename(name string) (VarsFilename, bool)
func (VarsFilename) IsAutoloaded ¶
func (vf VarsFilename) IsAutoloaded() bool
func (VarsFilename) IsJSON ¶
func (vf VarsFilename) IsJSON() bool
func (VarsFilename) String ¶
func (vf VarsFilename) String() string
Click to show internal directories.
Click to hide internal directories.