Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsModuleFilename ¶
Types ¶
type ModDiags ¶
type ModDiags map[ModFilename]hcl.Diagnostics
func ModDiagsFromMap ¶
func (ModDiags) AutoloadedOnly ¶
AutoloadedOnly returns only diagnostics that are not from ignored files
type ModFilename ¶
type ModFilename string
func (ModFilename) IsIgnored ¶
func (mf ModFilename) IsIgnored() bool
func (ModFilename) IsJSON ¶
func (mf ModFilename) IsJSON() bool
func (ModFilename) String ¶
func (mf ModFilename) String() string
type SourceModDiags ¶
type SourceModDiags map[globalAst.DiagnosticSource]ModDiags
func (SourceModDiags) Count ¶
func (smd SourceModDiags) Count() int
Click to show internal directories.
Click to hide internal directories.