Versions in this module Expand all Collapse all v7 v7.2.2 Dec 12, 2024 v7.2.1 Sep 7, 2023 v7.2.0 Dec 10, 2022 v7.1.0 Dec 10, 2022 v7.0.0 Jun 26, 2022 Changes in this version + var ErrIntOverflowTest = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTest = fmt.Errorf("proto: negative length found during unmarshaling") + type PbTest struct + A int32 + B int32 + func (*PbTest) Descriptor() ([]byte, []int) + func (*PbTest) ProtoMessage() + func (dst *PbTest) XXX_Merge(src proto.Message) + func (m *PbTest) GetA() int32 + func (m *PbTest) GetB() int32 + func (m *PbTest) Marshal() (dAtA []byte, err error) + func (m *PbTest) MarshalTo(dAtA []byte) (int, error) + func (m *PbTest) Reset() + func (m *PbTest) Size() (n int) + func (m *PbTest) String() string + func (m *PbTest) Unmarshal(dAtA []byte) error + func (m *PbTest) XXX_DiscardUnknown() + func (m *PbTest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PbTest) XXX_Size() int + func (m *PbTest) XXX_Unmarshal(b []byte) error Other modules containing this package github.com/andeya/erpc