Versions in this module Expand all Collapse all v1 v1.1.66 Jun 17, 2021 v1.1.65 Jun 17, 2021 Changes in this version + var ErrIntOverflowTestStruct = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTestStruct = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupTestStruct = fmt.Errorf("proto: unexpected end of group") + type TestStruct1 struct + Field1 uint64 + Field2 []byte + func (*TestStruct1) Descriptor() ([]byte, []int) + func (*TestStruct1) ProtoMessage() + func (m *TestStruct1) GetField1() uint64 + func (m *TestStruct1) GetField2() []byte + func (m *TestStruct1) Marshal() (dAtA []byte, err error) + func (m *TestStruct1) MarshalTo(dAtA []byte) (int, error) + func (m *TestStruct1) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TestStruct1) Reset() + func (m *TestStruct1) Size() (n int) + func (m *TestStruct1) Unmarshal(dAtA []byte) error + func (m *TestStruct1) XXX_DiscardUnknown() + func (m *TestStruct1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TestStruct1) XXX_Merge(src proto.Message) + func (m *TestStruct1) XXX_Size() int + func (m *TestStruct1) XXX_Unmarshal(b []byte) error + func (this *TestStruct1) Equal(that interface{}) bool + func (this *TestStruct1) GoString() string + func (this *TestStruct1) String() string + type TestStruct2 struct + Field1 uint64 + Field2 []byte + Field3 []byte + func (*TestStruct2) Descriptor() ([]byte, []int) + func (*TestStruct2) ProtoMessage() + func (m *TestStruct2) GetField1() uint64 + func (m *TestStruct2) GetField2() []byte + func (m *TestStruct2) GetField3() []byte + func (m *TestStruct2) Marshal() (dAtA []byte, err error) + func (m *TestStruct2) MarshalTo(dAtA []byte) (int, error) + func (m *TestStruct2) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TestStruct2) Reset() + func (m *TestStruct2) Size() (n int) + func (m *TestStruct2) Unmarshal(dAtA []byte) error + func (m *TestStruct2) XXX_DiscardUnknown() + func (m *TestStruct2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TestStruct2) XXX_Merge(src proto.Message) + func (m *TestStruct2) XXX_Size() int + func (m *TestStruct2) XXX_Unmarshal(b []byte) error + func (this *TestStruct2) Equal(that interface{}) bool + func (this *TestStruct2) GoString() string + func (this *TestStruct2) String() string