Versions in this module Expand all Collapse all v1 v1.0.0 Feb 2, 2018 Changes in this version + var ErrIntOverflowProto = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthProto = fmt.Errorf("proto: negative length found during unmarshaling") + type CustomType int + func (c *CustomType) Unmarshal(data []byte) error + type Object struct + CustomField1 *CustomType + CustomField2 []CustomType + 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