Versions in this module Expand all Collapse all v1 v1.2.0 Jan 24, 2019 Changes in this version + var ErrIntOverflowBasic = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthBasic = fmt.Errorf("proto: negative length found during unmarshaling") + type BasicMessage struct + Message string + func NewPopulatedBasicMessage(r randyBasic, easy bool) *BasicMessage + func (*BasicMessage) Descriptor() ([]byte, []int) + func (*BasicMessage) ProtoMessage() + func (m *BasicMessage) GetMessage() string + func (m *BasicMessage) Marshal() (dAtA []byte, err error) + func (m *BasicMessage) MarshalTo(dAtA []byte) (int, error) + func (m *BasicMessage) Reset() + func (m *BasicMessage) Size() (n int) + func (m *BasicMessage) Unmarshal(dAtA []byte) error + func (this *BasicMessage) Equal(that interface{}) bool + func (this *BasicMessage) GoString() string + func (this *BasicMessage) String() string + func (this *BasicMessage) VerboseEqual(that interface{}) error