Documentation
¶
Index ¶
Constants ¶
View Source
const Version = 1
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
func Generate ¶
func Generate(diagnostics []diagnostic.Diagnostic, sources map[string][]byte, projectDir string) File
type Match ¶
type Match struct {
Remaining []diagnostic.Diagnostic
Current File
Stale int
}
func Apply ¶
func Apply(file File, diagnostics []diagnostic.Diagnostic, sources map[string][]byte, projectDir string) Match
Click to show internal directories.
Click to hide internal directories.