Versions in this module Expand all Collapse all v0 v0.2.0 Jun 14, 2017 v0.1.1 Jun 12, 2017 v0.1.0 Jun 6, 2017 Changes in this version + func NewCodec(rwc io.ReadWriteCloser) codec.Codec + type Error struct + Code int + Data interface{} + Message string + func NewError(code int, message string) *Error + func ServerError(rpcerr error) *Error + func (e *Error) Error() string