Versions in this module Expand all Collapse all v1 v1.1.6 Jul 13, 2020 Changes in this version + var ErrIntOverflowArithService = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthArithService = fmt.Errorf("proto: negative length found during unmarshaling") + type ProtoArgs struct + A int32 + B int32 + func (*ProtoArgs) Descriptor() ([]byte, []int) + func (*ProtoArgs) ProtoMessage() + func (m *ProtoArgs) GetA() int32 + func (m *ProtoArgs) GetB() int32 + func (m *ProtoArgs) Marshal() (dAtA []byte, err error) + func (m *ProtoArgs) MarshalTo(dAtA []byte) (int, error) + func (m *ProtoArgs) Reset() + func (m *ProtoArgs) Size() (n int) + func (m *ProtoArgs) String() string + func (m *ProtoArgs) Unmarshal(dAtA []byte) error + type ProtoReply struct + C int32 + func (*ProtoReply) Descriptor() ([]byte, []int) + func (*ProtoReply) ProtoMessage() + func (m *ProtoReply) GetC() int32 + func (m *ProtoReply) Marshal() (dAtA []byte, err error) + func (m *ProtoReply) MarshalTo(dAtA []byte) (int, error) + func (m *ProtoReply) Reset() + func (m *ProtoReply) Size() (n int) + func (m *ProtoReply) String() string + func (m *ProtoReply) Unmarshal(dAtA []byte) error