Versions in this module Expand all Collapse all v6 v6.3.5 Mar 15, 2021 v6.3.4 Sep 9, 2020 v6.3.3 Apr 28, 2020 v6.3.2 Apr 16, 2020 v6.3.1 Nov 14, 2019 v6.3.0 Nov 14, 2019 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/henrylee2cn/erpc