package
2.0.0+incompatible
Repository: https://github.com/sourcegraph/go-langserver.git
Documentation: pkg.go.dev

# Structs

CacheGetParams is the input for 'cache/get'.
CacheSetParams is the input for the notification 'cache/set'.
ContentParams is the input for 'textDocument/content'.
FilesParams is the input for 'workspace/xfiles'.
ImplementationLocation is a superset of lsp.Location with additional Go-specific information about the implementation.
PartialResultParams is the input for "$/partialResult", a notification.
ReferenceInformation represents information about a reference to programming constructs like variables, classes, interfaces etc.
SymbolLocationInformation is the response type for the `textDocument/xdefinition` extension.
WorkspaceReferencesParams is parameters for the `workspace/xreferences` extension See: https://github.com/sourcegraph/language-server-protocol/blob/master/extension-workspace-reference.md .
WorkspaceSymbolParams is the extension workspace/symbol parameter type.

# Type aliases

SymbolDescriptor represents information about a programming construct like a variable, class, interface, etc that has a reference to it.