Versions in this module Expand all Collapse all v1 v1.18.2 Jun 30, 2020 Changes in this version + func NewCodec(rwc io.ReadWriteCloser) codec.Codec + func ReadNetString(r io.Reader) (data []byte, err error) + func WriteNetString(w io.Writer, data []byte) (written int, err error) + type Request struct + Seq *uint64 + ServiceMethod *string + XXX_unrecognized []byte + func (*Request) ProtoMessage() + func (m *Request) GetSeq() uint64 + func (m *Request) GetServiceMethod() string + func (m *Request) Reset() + func (m *Request) String() string + type Response struct + Error *string + Seq *uint64 + ServiceMethod *string + XXX_unrecognized []byte + func (*Response) ProtoMessage() + func (m *Response) GetError() string + func (m *Response) GetSeq() uint64 + func (m *Response) GetServiceMethod() string + func (m *Response) Reset() + func (m *Response) String() string