Versions in this module Expand all Collapse all v1 v1.3.7 Mar 25, 2020 v1.3.4 Nov 19, 2019 Changes in this version + var ErrIntOverflowTypedeclimport = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTypedeclimport = fmt.Errorf("proto: negative length found during unmarshaling") + type SomeMessage struct + Imported subpkg.AnotherMessage + func (*SomeMessage) Descriptor() ([]byte, []int) + func (*SomeMessage) ProtoMessage() + func (m *SomeMessage) GetImported() subpkg.AnotherMessage + func (m *SomeMessage) Marshal() (dAtA []byte, err error) + func (m *SomeMessage) MarshalTo(dAtA []byte) (int, error) + func (m *SomeMessage) Reset() + func (m *SomeMessage) Size() (n int) + func (m *SomeMessage) String() string + func (m *SomeMessage) Unmarshal(dAtA []byte) error + func (this *SomeMessage) Equal(that interface{}) bool + func (this *SomeMessage) VerboseEqual(that interface{}) error