github.com/erdemaksu/apollo

Pundun Binary Protocol


License
Apache-2.0
Install
go get github.com/erdemaksu/apollo

Documentation

#Apollo: Binary Protocol that implements Pundun Procedures. Apollo protocol is defined both in Protocol Buffers and Asn.1 formats.

To compile apollo.proto when using go package pundun, use protoc as below.

$ protoc --proto_path=<APOLLO_PATH> --go_out=<APOLLO_PATH> <APOLLO_PATH>/apollo.proto