//
pkg.gl
Category
github.com/sourcegraph/jsonrpc2
websocket
package
0.2.0
Repository:
https://github.com/sourcegraph/jsonrpc2.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
32
Files
28 SLOC
#
Functions
NewObjectStream
NewObjectStream creates a new jsonrpc2.ObjectStream for sending and receiving JSON-RPC 2.0 objects over a WebSocket.
#
Structs
ObjectStream
A ObjectStream is a jsonrpc2.ObjectStream that uses a WebSocket to send and receive JSON-RPC 2.0 objects.