Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
Notifier is a type responsible for processing documents and pushing diagnostics to the client
func (*Notifier) DiagnoseHCL ¶
DiagnoseHCL enqueues the document for HCL parsing. Documents will be parsed and notifications delivered in order that they are enqueued. Files that are actively changing should be enqueued in order, so that diagnostics remain insync with the current content of the file. This is the responsibility of the caller.
Click to show internal directories.
Click to hide internal directories.