Versions in this module Expand all Collapse all v1 v1.3.7 Mar 25, 2020 v1.3.4 Nov 19, 2019 Changes in this version + var ErrIntOverflowIssue449 = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthIssue449 = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupIssue449 = fmt.Errorf("proto: unexpected end of group") + type CodeGenMsg struct + Int32Opt int32 + Int32OptPtr *int32 + Int64Req int64 + Int64ReqPtr *int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CodeGenMsg) Descriptor() ([]byte, []int) + func (*CodeGenMsg) ProtoMessage() + func (m *CodeGenMsg) GetInt32Opt() int32 + func (m *CodeGenMsg) GetInt32OptPtr() int32 + func (m *CodeGenMsg) GetInt64Req() int64 + func (m *CodeGenMsg) GetInt64ReqPtr() int64 + func (m *CodeGenMsg) Marshal() (dAtA []byte, err error) + func (m *CodeGenMsg) MarshalTo(dAtA []byte) (int, error) + func (m *CodeGenMsg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CodeGenMsg) Reset() + func (m *CodeGenMsg) Size() (n int) + func (m *CodeGenMsg) String() string + func (m *CodeGenMsg) Unmarshal(dAtA []byte) error + func (m *CodeGenMsg) XXX_DiscardUnknown() + func (m *CodeGenMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CodeGenMsg) XXX_Merge(src proto.Message) + func (m *CodeGenMsg) XXX_Size() int + func (m *CodeGenMsg) XXX_Unmarshal(b []byte) error + func (this *CodeGenMsg) Equal(that interface{}) bool + type NonCodeGenMsg struct + Int32Opt int32 + Int32OptPtr *int32 + Int64Req int64 + Int64ReqPtr *int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NonCodeGenMsg) Descriptor() ([]byte, []int) + func (*NonCodeGenMsg) ProtoMessage() + func (m *NonCodeGenMsg) GetInt32Opt() int32 + func (m *NonCodeGenMsg) GetInt32OptPtr() int32 + func (m *NonCodeGenMsg) GetInt64Req() int64 + func (m *NonCodeGenMsg) GetInt64ReqPtr() int64 + func (m *NonCodeGenMsg) Reset() + func (m *NonCodeGenMsg) String() string + func (m *NonCodeGenMsg) XXX_DiscardUnknown() + func (m *NonCodeGenMsg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NonCodeGenMsg) XXX_Merge(src proto.Message) + func (m *NonCodeGenMsg) XXX_Size() int + func (m *NonCodeGenMsg) XXX_Unmarshal(b []byte) error + func (this *NonCodeGenMsg) Equal(that interface{}) bool