Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExitOK = 0 ExitError = 1 ExitUsage = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diagnostic ¶
type Diagnostic struct {
File string
Line int
Col int
Message string
Hint string
Severity Severity
}
func (Diagnostic) String ¶
func (d Diagnostic) String() string
type List ¶
type List []Diagnostic
func (*List) Add ¶
func (l *List) Add(d Diagnostic)
func (*List) AddWarning ¶
Click to show internal directories.
Click to hide internal directories.