consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc
Daniel Nephin 6387bf102e Update vendor 2021-07-07 18:27:03 -04:00
..
LICENSE.md Manage dependencies via Godep 2016-02-12 16:50:37 -08:00
README.md Manage dependencies via Godep 2016-02-12 16:50:37 -08:00
client.go Update vendor 2021-07-07 18:27:03 -04:00
codec.go Update vendor 2021-07-07 18:27:03 -04:00
go.mod Update vendor 2021-07-07 18:27:03 -04:00
go.sum Update vendor 2021-07-07 18:27:03 -04:00
msgpackrpc.go Update vendor 2021-07-07 18:27:03 -04:00

README.md

net-rpc-msgpackrpc

This library provides the same functions as net/rpc/jsonrpc but for communicating with MessagePack instead. The library is modeled directly after the Go standard library so it should be easy to use and obvious.

See the GoDoc for API documentation.