Versions in this module Expand all Collapse all v1 v1.3.3 Dec 10, 2020 Changes in this version + var E_Foos = &proto.ExtensionDesc + var ErrIntOverflowSetextensionbytes = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthSetextensionbytes = fmt.Errorf("proto: negative length found during unmarshaling") + type Foo struct + IntFoo int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Foo) Descriptor() ([]byte, []int) + func (*Foo) ProtoMessage() + func (m *Foo) Marshal() (dAtA []byte, err error) + func (m *Foo) MarshalTo(dAtA []byte) (int, error) + func (m *Foo) Reset() + func (m *Foo) Size() (n int) + 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 + func (this *Foo) Equal(that interface{}) bool + func (this *Foo) String() string + type MyExtendable struct + XXX_NoUnkeyedLiteral struct{} + XXX_extensions []byte + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MyExtendable) Descriptor() ([]byte, []int) + func (*MyExtendable) ExtensionRangeArray() []proto.ExtensionRange + func (*MyExtendable) ProtoMessage() + func (m *MyExtendable) GetExtensions() *[]byte + func (m *MyExtendable) Marshal() (dAtA []byte, err error) + func (m *MyExtendable) MarshalTo(dAtA []byte) (int, error) + func (m *MyExtendable) Reset() + func (m *MyExtendable) Size() (n int) + func (m *MyExtendable) Unmarshal(dAtA []byte) error + func (m *MyExtendable) XXX_DiscardUnknown() + func (m *MyExtendable) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MyExtendable) XXX_Merge(src proto.Message) + func (m *MyExtendable) XXX_Size() int + func (m *MyExtendable) XXX_Unmarshal(b []byte) error + func (this *MyExtendable) Equal(that interface{}) bool + func (this *MyExtendable) String() string