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 StringerValue
- type StringersValue
- 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) String ¶ added in v0.0.5
func (bv *BoolsValue) String() (str string)
func (*BoolsValue) Value ¶
func (bv *BoolsValue) Value() interface{}
type DurationValue ¶
type DurationValue struct {
// contains filtered or unexported fields
}
DurationValue 时间段值
func (*DurationValue) String ¶ added in v0.0.5
func (dv *DurationValue) String() string
func (*DurationValue) Value ¶
func (dv *DurationValue) Value() interface{}
type DurationsValue ¶
type DurationsValue struct {
// contains filtered or unexported fields
}
DurationsValue 时间段数组值
func (*DurationsValue) String ¶ added in v0.0.5
func (dv *DurationsValue) String() (str string)
func (*DurationsValue) Value ¶
func (dv *DurationsValue) Value() interface{}
type ErrorValue ¶
type ErrorValue struct {
// contains filtered or unexported fields
}
ErrorValue 错误值
func (*ErrorValue) String ¶ added in v0.0.5
func (ev *ErrorValue) String() (str string)
func (*ErrorValue) Value ¶
func (ev *ErrorValue) Value() interface{}
type Float32Value ¶
type Float32Value struct {
// contains filtered or unexported fields
}
Float32Value 浮点值
func (*Float32Value) String ¶ added in v0.0.5
func (fv *Float32Value) String() string
func (*Float32Value) Value ¶
func (fv *Float32Value) Value() interface{}
type Float64Value ¶
type Float64Value struct {
// contains filtered or unexported fields
}
Float64Value 浮点值
func (*Float64Value) String ¶ added in v0.0.5
func (fv *Float64Value) String() string
func (*Float64Value) Value ¶
func (fv *Float64Value) Value() interface{}
type Float64sValue ¶
type Float64sValue struct {
// contains filtered or unexported fields
}
Float64sValue 浮点数组值
func (*Float64sValue) String ¶ added in v0.0.5
func (fv *Float64sValue) String() (str string)
func (*Float64sValue) Value ¶
func (fv *Float64sValue) Value() interface{}
type Int64Value ¶
type Int64Value struct {
// contains filtered or unexported fields
}
Int64Value 整形值
func (*Int64Value) String ¶ added in v0.0.5
func (iv *Int64Value) String() string
func (*Int64Value) Value ¶
func (iv *Int64Value) Value() interface{}
type Int64sValue ¶
type Int64sValue struct {
// contains filtered or unexported fields
}
Int64sValue 整形数组值
func (*Int64sValue) String ¶ added in v0.0.5
func (iv *Int64sValue) String() (str string)
func (*Int64sValue) Value ¶
func (iv *Int64sValue) Value() interface{}
type StringValue ¶
type StringValue struct {
// contains filtered or unexported fields
}
StringValue 字符串值
func (*StringValue) String ¶ added in v0.0.5
func (sv *StringValue) String() string
func (*StringValue) Value ¶
func (sv *StringValue) Value() interface{}
type StringerValue ¶ added in v0.1.2
type StringerValue struct {
// contains filtered or unexported fields
}
StringerValue 布尔值
func (*StringerValue) String ¶ added in v0.1.2
func (sv *StringerValue) String() string
func (*StringerValue) Value ¶ added in v0.1.2
func (sv *StringerValue) Value() interface{}
type StringersValue ¶ added in v0.1.2
type StringersValue struct {
// contains filtered or unexported fields
}
StringersValue 字符串列表
func Stringers ¶ added in v0.1.2
func Stringers(values ...fmt.Stringer) StringersValue
Stringers 布尔值
func (*StringersValue) String ¶ added in v0.1.2
func (sv *StringersValue) String() string
func (*StringersValue) Value ¶ added in v0.1.2
func (sv *StringersValue) Value() interface{}
type StringsValue ¶
type StringsValue struct {
// contains filtered or unexported fields
}
StringsValue 字符串值
func (*StringsValue) String ¶ added in v0.0.5
func (sv *StringsValue) String() (str string)
func (*StringsValue) Value ¶
func (sv *StringsValue) Value() interface{}
type TimesValue ¶
type TimesValue struct {
// contains filtered or unexported fields
}
TimesValue 时间数组值
func (*TimesValue) String ¶ added in v0.0.5
func (sv *TimesValue) String() (str string)
func (*TimesValue) Value ¶
func (sv *TimesValue) Value() interface{}
type UintsValue ¶
type UintsValue struct {
// contains filtered or unexported fields
}
UintsValue 整形数组值
func (*UintsValue) String ¶ added in v0.0.5
func (iv *UintsValue) String() (str string)
func (*UintsValue) Value ¶
func (iv *UintsValue) Value() interface{}
Click to show internal directories.
Click to hide internal directories.