You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc
Sean Chittenden 25b09713b9
Manage dependencies via Godep
9 years ago
..
LICENSE.md Manage dependencies via Godep 9 years ago
README.md Manage dependencies via Godep 9 years ago
client.go Manage dependencies via Godep 9 years ago
codec.go Manage dependencies via Godep 9 years ago
msgpackrpc.go Manage dependencies via Godep 9 years ago

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.