Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + type BoolProto struct + Value *bool + XXX_unrecognized []byte + func (*BoolProto) ProtoMessage() + func (m *BoolProto) GetValue() bool + func (m *BoolProto) Reset() + func (m *BoolProto) String() string + type BytesProto struct + Value []byte + XXX_unrecognized []byte + func (*BytesProto) ProtoMessage() + func (m *BytesProto) GetValue() []byte + func (m *BytesProto) Reset() + func (m *BytesProto) String() string + type DoubleProto struct + Value *float64 + XXX_unrecognized []byte + func (*DoubleProto) ProtoMessage() + func (m *DoubleProto) GetValue() float64 + func (m *DoubleProto) Reset() + func (m *DoubleProto) String() string + type Integer32Proto struct + Value *int32 + XXX_unrecognized []byte + func (*Integer32Proto) ProtoMessage() + func (m *Integer32Proto) GetValue() int32 + func (m *Integer32Proto) Reset() + func (m *Integer32Proto) String() string + type Integer64Proto struct + Value *int64 + XXX_unrecognized []byte + func (*Integer64Proto) ProtoMessage() + func (m *Integer64Proto) GetValue() int64 + func (m *Integer64Proto) Reset() + func (m *Integer64Proto) String() string + type StringProto struct + Value *string + XXX_unrecognized []byte + func (*StringProto) ProtoMessage() + func (m *StringProto) GetValue() string + func (m *StringProto) Reset() + func (m *StringProto) String() string + type VoidProto struct + XXX_unrecognized []byte + func (*VoidProto) ProtoMessage() + func (m *VoidProto) Reset() + func (m *VoidProto) String() string