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 ErrIntOverflowIssue330 = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthIssue330 = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupIssue330 = fmt.Errorf("proto: unexpected end of group") + type Object struct + Type TypeIdentifier + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func NewPopulatedObject(r randyIssue330, easy bool) *Object + func (*Object) Descriptor() ([]byte, []int) + func (*Object) ProtoMessage() + func (m *Object) GetType() TypeIdentifier + func (m *Object) Marshal() (dAtA []byte, err error) + func (m *Object) MarshalTo(dAtA []byte) (int, error) + func (m *Object) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Object) Reset() + func (m *Object) Size() (n int) + func (m *Object) String() string + func (m *Object) Unmarshal(dAtA []byte) error + func (m *Object) XXX_DiscardUnknown() + func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Object) XXX_Merge(src proto.Message) + func (m *Object) XXX_Size() int + func (m *Object) XXX_Unmarshal(b []byte) error + func (this *Object) Equal(that interface{}) bool + type TypeIdentifier uint32 + const UnknownType + const UserType + func (t TypeIdentifier) String() string