Versions in this module Expand all Collapse all v1 v1.22.1 Sep 3, 2022 v1.22.0 Jun 9, 2020 Changes in this version + var ErrIntOverflowProto = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthProto = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupProto = fmt.Errorf("proto: unexpected end of group") + type Foo struct + Bar []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Foo) Descriptor() ([]byte, []int) + func (*Foo) ProtoMessage() + func (m *Foo) GetBar() []byte + func (m *Foo) Reset() + func (m *Foo) String() string + func (m *Foo) Unmarshal(dAtA []byte) error + func (m *Foo) XXX_DiscardUnknown() + func (m *Foo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Foo) XXX_Merge(src proto.Message) + func (m *Foo) XXX_Size() int + func (m *Foo) XXX_Unmarshal(b []byte) error + type FooWithRepeated struct + Bar [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FooWithRepeated) Descriptor() ([]byte, []int) + func (*FooWithRepeated) ProtoMessage() + func (m *FooWithRepeated) GetBar() [][]byte + func (m *FooWithRepeated) Reset() + func (m *FooWithRepeated) String() string + func (m *FooWithRepeated) Unmarshal(dAtA []byte) error + func (m *FooWithRepeated) XXX_DiscardUnknown() + func (m *FooWithRepeated) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FooWithRepeated) XXX_Merge(src proto.Message) + func (m *FooWithRepeated) XXX_Size() int + func (m *FooWithRepeated) XXX_Unmarshal(b []byte) error