Versions in this module Expand all Collapse all v1 v1.0.0 Mar 18, 2020 Changes in this version + var ErrIntOverflowModel = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthModel = fmt.Errorf("proto: negative length found during unmarshaling") + type Object struct + A uint32 + B uint64 + C float32 + D float64 + E string + F bool + G []byte + H [][]byte + func (*Object) Descriptor() ([]byte, []int) + func (*Object) ProtoMessage() + func (m *Object) GetA() uint32 + func (m *Object) GetB() uint64 + func (m *Object) GetC() float32 + func (m *Object) GetD() float64 + func (m *Object) GetE() string + func (m *Object) GetF() bool + func (m *Object) GetG() []byte + func (m *Object) GetH() [][]byte + func (m *Object) Marshal() (dAtA []byte, err error) + func (m *Object) MarshalTo(dAtA []byte) (int, error) + func (m *Object) Reset() + func (m *Object) Size() (n int) + func (m *Object) String() string + func (m *Object) Unmarshal(dAtA []byte) error