Versions in this module Expand all Collapse all v1 v1.0.0 Feb 2, 2018 Changes in this version + var ErrIntOverflowData = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthData = fmt.Errorf("proto: negative length found during unmarshaling") + type MyMessage struct + MyData uint32 + func NewPopulatedMyMessage(r randyData, easy bool) *MyMessage + func (*MyMessage) Descriptor() ([]byte, []int) + func (*MyMessage) ProtoMessage() + func (m *MyMessage) GetMyData() uint32 + func (m *MyMessage) Marshal() (dAtA []byte, err error) + func (m *MyMessage) MarshalTo(dAtA []byte) (int, error) + func (m *MyMessage) Reset() + func (m *MyMessage) Size() (n int) + func (m *MyMessage) Unmarshal(dAtA []byte) error + func (this *MyMessage) Equal(that interface{}) bool + func (this *MyMessage) GoString() string + func (this *MyMessage) String() string + func (this *MyMessage) VerboseEqual(that interface{}) error