Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
State manages the document state for the language server.
func (*State) DeleteDocument ¶
func (s *State) DeleteDocument(uri protocol.DocumentUri)
DeleteDocument removes a document from the state.
func (*State) GetDocument ¶
GetDocument retrieves a document from the state.
func (*State) SetDocument ¶
SetDocument adds or updates a document in the state.
Click to show internal directories.
Click to hide internal directories.