Versions in this module Expand all Collapse all v1 v1.9.0 Jun 8, 2017 v1.8.0 May 1, 2017 Changes in this version + var ErrIntOverflowWire = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthWire = fmt.Errorf("proto: negative length found during unmarshaling") + type Error struct + Message string + func (*Error) Descriptor() ([]byte, []int) + func (*Error) ProtoMessage() + func (m *Error) GetMessage() string + func (m *Error) Marshal() (dAtA []byte, err error) + func (m *Error) MarshalTo(dAtA []byte) (int, error) + func (m *Error) Reset() + func (m *Error) Size() (n int) + func (m *Error) Unmarshal(dAtA []byte) error + func (this *Error) Equal(that interface{}) bool + func (this *Error) GoString() string + func (this *Error) String() string + type Response struct + Error *Error + Payload []byte + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (m *Response) GetError() *Error + func (m *Response) GetPayload() []byte + func (m *Response) Marshal() (dAtA []byte, err error) + func (m *Response) MarshalTo(dAtA []byte) (int, error) + func (m *Response) Reset() + func (m *Response) Size() (n int) + func (m *Response) Unmarshal(dAtA []byte) error + func (this *Response) Equal(that interface{}) bool + func (this *Response) GoString() string + func (this *Response) String() string