Versions in this module Expand all Collapse all v1 v1.0.0 Jan 25, 2018 Changes in this version + type BoolValue struct + Value bool + func (*BoolValue) Descriptor() ([]byte, []int) + func (*BoolValue) ProtoMessage() + func (*BoolValue) XXX_WellKnownType() string + func (m *BoolValue) GetValue() bool + func (m *BoolValue) Reset() + func (m *BoolValue) String() string + type BytesValue struct + Value []byte + func (*BytesValue) Descriptor() ([]byte, []int) + func (*BytesValue) ProtoMessage() + func (*BytesValue) XXX_WellKnownType() string + func (m *BytesValue) GetValue() []byte + func (m *BytesValue) Reset() + func (m *BytesValue) String() string + type DoubleValue struct + Value float64 + func (*DoubleValue) Descriptor() ([]byte, []int) + func (*DoubleValue) ProtoMessage() + func (*DoubleValue) XXX_WellKnownType() string + func (m *DoubleValue) GetValue() float64 + func (m *DoubleValue) Reset() + func (m *DoubleValue) String() string + type FloatValue struct + Value float32 + func (*FloatValue) Descriptor() ([]byte, []int) + func (*FloatValue) ProtoMessage() + func (*FloatValue) XXX_WellKnownType() string + func (m *FloatValue) GetValue() float32 + func (m *FloatValue) Reset() + func (m *FloatValue) String() string + type Int32Value struct + Value int32 + func (*Int32Value) Descriptor() ([]byte, []int) + func (*Int32Value) ProtoMessage() + func (*Int32Value) XXX_WellKnownType() string + func (m *Int32Value) GetValue() int32 + func (m *Int32Value) Reset() + func (m *Int32Value) String() string + type Int64Value struct + Value int64 + func (*Int64Value) Descriptor() ([]byte, []int) + func (*Int64Value) ProtoMessage() + func (*Int64Value) XXX_WellKnownType() string + func (m *Int64Value) GetValue() int64 + func (m *Int64Value) Reset() + func (m *Int64Value) String() string + type StringValue struct + Value string + func (*StringValue) Descriptor() ([]byte, []int) + func (*StringValue) ProtoMessage() + func (*StringValue) XXX_WellKnownType() string + func (m *StringValue) GetValue() string + func (m *StringValue) Reset() + func (m *StringValue) String() string + type UInt32Value struct + Value uint32 + func (*UInt32Value) Descriptor() ([]byte, []int) + func (*UInt32Value) ProtoMessage() + func (*UInt32Value) XXX_WellKnownType() string + func (m *UInt32Value) GetValue() uint32 + func (m *UInt32Value) Reset() + func (m *UInt32Value) String() string + type UInt64Value struct + Value uint64 + func (*UInt64Value) Descriptor() ([]byte, []int) + func (*UInt64Value) ProtoMessage() + func (*UInt64Value) XXX_WellKnownType() string + func (m *UInt64Value) GetValue() uint64 + func (m *UInt64Value) Reset() + func (m *UInt64Value) String() string