Versions in this module Expand all Collapse all v1 v1.0.1 May 3, 2023 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 CustomType int + func (c *CustomType) Unmarshal(data []byte) error + type Object struct + CustomField1 *CustomType + CustomField2 []CustomType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Object) Descriptor() ([]byte, []int) + func (*Object) ProtoMessage() + func (m *Object) Reset() + 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