package
0.1.2
Repository: https://github.com/bugst/go-lsp.git
Documentation: pkg.go.dev

# Functions

NewConnection starts a new.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This is the start range of JSON RPC reserved error codes.
This is the start range of JSON RPC reserved error codes.
This is the end range of LSP reserved error codes.
This is the start range of LSP reserved error codes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

CancelParams The base protocol offers support for request cancellation.
Connection is a JSON RPC connection for LSP protocol.
NotificationMessage A processed notification message must not send a response back.
No description provided by the author
No description provided by the author
ProgressParams The base protocol offers also support to report progress in a generic fashion.
A RequestMessage to describe a request between the client and the server.
ResponseError is the error object in case a request fails.
A ResponseMessage sent as a result of a request.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
NotificationHandler handles notifications from a jsonrpc Connection.
ProgressToken is a progress token.
RequestHandler handles requests from a jsonrpc Connection.
No description provided by the author