package
1.2.1
Repository: https://github.com/neovim/go-client.git
Documentation: pkg.go.dev

# Functions

NewEndpoint returns a new endpoint with the specified options.
WithExtensions configures Endpoint to define application-specific types.
WithLogf sets the log function to Endpoint.

# Variables

ErrClosed session closed error.
ErrHandlerNotFunction handler type is not a function error.
ErrInternal msgpack-rpc internal error.
ErrInvalidArgument invalid argument error.
ErrInvalidHandlerReturn invalid handler function return type error.

# Structs

Call represents a MessagePack RPC call.
Endpoint represents a MessagePack RPC peer.
Error represents a MessagePack RPC error.
Option is a configures a Endpoint.