Versions in this module Expand all Collapse all v1 v1.0.0 Mar 18, 2020 Changes in this version + type Object struct + A uint32 + B uint64 + C float32 + D float64 + E string + F bool + G []byte + H [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []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) Reset() + func (m *Object) String() string + func (m *Object) XXX_DiscardUnknown() + func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Object) XXX_Merge(src proto.Message) + func (m *Object) XXX_Size() int + func (m *Object) XXX_Unmarshal(b []byte) error