Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolValues ¶
type BoolValues struct {
Value []bool `protobuf:"varint,1,rep,packed,name=value" json:"value,omitempty"`
}
func (*BoolValues) Descriptor ¶
func (*BoolValues) Descriptor() ([]byte, []int)
func (*BoolValues) GetValue ¶
func (m *BoolValues) GetValue() []bool
func (*BoolValues) ProtoMessage ¶
func (*BoolValues) ProtoMessage()
func (*BoolValues) Reset ¶
func (m *BoolValues) Reset()
func (*BoolValues) String ¶
func (m *BoolValues) String() string
type BytesValues ¶
type BytesValues struct {
Value [][]byte `protobuf:"bytes,1,rep,name=value" json:"value,omitempty"`
}
func (*BytesValues) Descriptor ¶
func (*BytesValues) Descriptor() ([]byte, []int)
func (*BytesValues) GetValue ¶
func (m *BytesValues) GetValue() [][]byte
func (*BytesValues) ProtoMessage ¶
func (*BytesValues) ProtoMessage()
func (*BytesValues) Reset ¶
func (m *BytesValues) Reset()
func (*BytesValues) String ¶
func (m *BytesValues) String() string
type DoubleValues ¶
type DoubleValues struct {
Value []float64 `protobuf:"fixed64,1,rep,packed,name=value" json:"value,omitempty"`
}
func (*DoubleValues) Descriptor ¶
func (*DoubleValues) Descriptor() ([]byte, []int)
func (*DoubleValues) GetValue ¶
func (m *DoubleValues) GetValue() []float64
func (*DoubleValues) ProtoMessage ¶
func (*DoubleValues) ProtoMessage()
func (*DoubleValues) Reset ¶
func (m *DoubleValues) Reset()
func (*DoubleValues) String ¶
func (m *DoubleValues) String() string
type FloatValues ¶
type FloatValues struct {
Value []float32 `protobuf:"fixed32,1,rep,packed,name=value" json:"value,omitempty"`
}
func (*FloatValues) Descriptor ¶
func (*FloatValues) Descriptor() ([]byte, []int)
func (*FloatValues) GetValue ¶
func (m *FloatValues) GetValue() []float32
func (*FloatValues) ProtoMessage ¶
func (*FloatValues) ProtoMessage()
func (*FloatValues) Reset ¶
func (m *FloatValues) Reset()
func (*FloatValues) String ¶
func (m *FloatValues) String() string
type Int32Values ¶
type Int32Values struct {
Value []int32 `protobuf:"varint,1,rep,packed,name=value" json:"value,omitempty"`
}
func (*Int32Values) Descriptor ¶
func (*Int32Values) Descriptor() ([]byte, []int)
func (*Int32Values) GetValue ¶
func (m *Int32Values) GetValue() []int32
func (*Int32Values) ProtoMessage ¶
func (*Int32Values) ProtoMessage()
func (*Int32Values) Reset ¶
func (m *Int32Values) Reset()
func (*Int32Values) String ¶
func (m *Int32Values) String() string
type Int64Values ¶
type Int64Values struct {
Value []int64 `protobuf:"varint,1,rep,packed,name=value" json:"value,omitempty"`
}
func (*Int64Values) Descriptor ¶
func (*Int64Values) Descriptor() ([]byte, []int)
func (*Int64Values) GetValue ¶
func (m *Int64Values) GetValue() []int64
func (*Int64Values) ProtoMessage ¶
func (*Int64Values) ProtoMessage()
func (*Int64Values) Reset ¶
func (m *Int64Values) Reset()
func (*Int64Values) String ¶
func (m *Int64Values) String() string
type StringValues ¶
type StringValues struct {
Value []string `protobuf:"bytes,1,rep,name=value" json:"value,omitempty"`
}
func (*StringValues) Descriptor ¶
func (*StringValues) Descriptor() ([]byte, []int)
func (*StringValues) GetValue ¶
func (m *StringValues) GetValue() []string
func (*StringValues) ProtoMessage ¶
func (*StringValues) ProtoMessage()
func (*StringValues) Reset ¶
func (m *StringValues) Reset()
func (*StringValues) String ¶
func (m *StringValues) String() string
type UInt32Values ¶
type UInt32Values struct {
Value []uint32 `protobuf:"varint,1,rep,packed,name=value" json:"value,omitempty"`
}
func (*UInt32Values) Descriptor ¶
func (*UInt32Values) Descriptor() ([]byte, []int)
func (*UInt32Values) GetValue ¶
func (m *UInt32Values) GetValue() []uint32
func (*UInt32Values) ProtoMessage ¶
func (*UInt32Values) ProtoMessage()
func (*UInt32Values) Reset ¶
func (m *UInt32Values) Reset()
func (*UInt32Values) String ¶
func (m *UInt32Values) String() string
type UInt64Values ¶
type UInt64Values struct {
Value []uint64 `protobuf:"varint,1,rep,packed,name=value" json:"value,omitempty"`
}
func (*UInt64Values) Descriptor ¶
func (*UInt64Values) Descriptor() ([]byte, []int)
func (*UInt64Values) GetValue ¶
func (m *UInt64Values) GetValue() []uint64
func (*UInt64Values) ProtoMessage ¶
func (*UInt64Values) ProtoMessage()
func (*UInt64Values) Reset ¶
func (m *UInt64Values) Reset()
func (*UInt64Values) String ¶
func (m *UInt64Values) String() string
Click to show internal directories.
Click to hide internal directories.