Versions in this module Expand all Collapse all v0 v0.1.1 Jul 21, 2018 v0.1.0 Jan 6, 2018 Changes in this version + var ErrBadRequestType = fmt.Errorf("bad request type") + var ErrBadResponseType = fmt.Errorf("bad response type") + var ErrUnknownMessageType = fmt.Errorf("unknown message type") + func CodeToError(errCode msgpb.ErrCode) error + func Read(r net.Conn) (interface{}, error) + func ReadTo(r net.Conn, v interface{}) error + func Write(w net.Conn, v interface{}) error