Registry / serialization / hashicorp-net-rpc-msgpackrpc

hashicorp-net-rpc-msgpackrpc

JSON →
librarygogounverified

Package msgpackrpc implements a MessagePack-RPC ClientCodec and ServerCodec for the rpc package.

go get github.com/hashicorp/net-rpc-msgpackrpc
INSTALL
IMPORT
SIG · HASHICORP-NET-RPC-
H
hashicorp-net-rpc-msgpackrpc
serializationgo
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.

msgpackrpc
github.com/hashicorp/net-rpc-msgpackrpc

Creates a MessagePack-RPC client codec for an RPC connection.

package main import ( "net/rpc" "github.com/hashicorp/net-rpc-msgpackrpc" ) func main() { client, err := rpc.Dial("tcp", "localhost:1234") if err != nil { panic(err) } clientCodec := msgpackrpc.NewClientCodec(client) _ = clientCodec }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hashicorp-net-rpc-msgpackrpc — go get hashicorp-net-rpc-msgpackrpc · libregistry