Documentation
¶
Index ¶
- type AnyValue
- type BoolValue
- type BoolsValue
- type DurationValue
- type DurationsValue
- type ErrorValue
- type Float32Value
- type Float64Value
- type Float64sValue
- type Int64Value
- type Int64sValue
- type Int8Value
- type IntValue
- type IntsValue
- type StringValue
- type StringsValue
- type TimeValue
- type TimesValue
- type UintValue
- type UintsValue
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolsValue ¶
type BoolsValue struct {
// contains filtered or unexported fields
}
BoolsValue 布尔数组
func (*BoolsValue) Value ¶
func (bv *BoolsValue) Value() interface{}
type DurationValue ¶
type DurationValue struct {
// contains filtered or unexported fields
}
DurationValue 时间段值
func (*DurationValue) Value ¶
func (dv *DurationValue) Value() interface{}
type DurationsValue ¶
type DurationsValue struct {
// contains filtered or unexported fields
}
DurationsValue 时间段数组值
func (*DurationsValue) Value ¶
func (dv *DurationsValue) Value() interface{}
type ErrorValue ¶
type ErrorValue struct {
// contains filtered or unexported fields
}
ErrorValue 错误值
func (*ErrorValue) Value ¶
func (ev *ErrorValue) Value() interface{}
type Float32Value ¶
type Float32Value struct {
// contains filtered or unexported fields
}
Float32Value 浮点值
func (*Float32Value) Value ¶
func (fv *Float32Value) Value() interface{}
type Float64Value ¶
type Float64Value struct {
// contains filtered or unexported fields
}
Float64Value 浮点值
func (*Float64Value) Value ¶
func (fv *Float64Value) Value() interface{}
type Float64sValue ¶
type Float64sValue struct {
// contains filtered or unexported fields
}
Float64sValue 浮点数组值
func (*Float64sValue) Value ¶
func (fv *Float64sValue) Value() interface{}
type Int64Value ¶
type Int64Value struct {
// contains filtered or unexported fields
}
Int64Value 整形值
func (*Int64Value) Value ¶
func (iv *Int64Value) Value() interface{}
type Int64sValue ¶
type Int64sValue struct {
// contains filtered or unexported fields
}
Int64sValue 整形数组值
func (*Int64sValue) Value ¶
func (iv *Int64sValue) Value() interface{}
type StringValue ¶
type StringValue struct {
// contains filtered or unexported fields
}
StringValue 字符串值
func (*StringValue) Value ¶
func (sv *StringValue) Value() interface{}
type StringsValue ¶
type StringsValue struct {
// contains filtered or unexported fields
}
StringsValue 字符串值
func (*StringsValue) Value ¶
func (sv *StringsValue) Value() interface{}
type TimesValue ¶
type TimesValue struct {
// contains filtered or unexported fields
}
TimesValue 时间数组值
func (*TimesValue) Value ¶
func (iv *TimesValue) Value() interface{}
type UintsValue ¶
type UintsValue struct {
// contains filtered or unexported fields
}
UintsValue 整形数组值
func (*UintsValue) Value ¶
func (iv *UintsValue) Value() interface{}
Source Files
¶
- value_any.go
- value_bool.go
- value_bools.go
- value_duration.go
- value_durations.go
- value_error.go
- value_float32.go
- value_float64.go
- value_float64s.go
- value_int.go
- value_int64.go
- value_int64s.go
- value_int8.go
- value_ints.go
- value_string.go
- value_strings.go
- value_time.go
- value_times.go
- value_uint.go
- value_uints.go
Click to show internal directories.
Click to hide internal directories.