Registry / networking / sourcegraph-jsonrpc2

sourcegraph-jsonrpc2

JSON →
library0.2.1gogounverified

Package jsonrpc2 provides a client and server implementation of JSON-RPC 2.0.

go get github.com/sourcegraph/jsonrpc2
INSTALL
IMPORT
SIG · SOURCEGRAPH-JSONRP
S
sourcegraph-jsonrpc2
networkinggov0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

jsonrpc2
github.com/sourcegraph/jsonrpc2

Create a new JSON-RPC 2.0 connection

package main import ( "context" "fmt" "github.com/sourcegraph/jsonrpc2" ) func main() { conn := jsonrpc2.NewConn(context.Background(), nil, nil) defer conn.Close() fmt.Println("JSON-RPC 2.0 connection created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
sourcegraph-jsonrpc2 — go get sourcegraph-jsonrpc2 · libregistry