Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
Conn is a connection for LSP
func NewConn ¶
func NewConn(reader io.ReadCloser, writer io.WriteCloser) *Conn
NewConn returns a new LSP connection
Click to show internal directories.
Click to hide internal directories.