Documentation
¶
Index ¶
- type AnyField
- type BoolField
- type BoolsField
- type DurationField
- type DurationsField
- type ErrorField
- type Float32Field
- type Float64Field
- type Float64sField
- type Int64Field
- type Int64sField
- type Int8Field
- type IntField
- type IntsField
- type StringField
- type StringsField
- type TimeField
- type TimesField
- type UintField
- type UintsField
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DurationField ¶
type DurationField struct { key.StringKey value.DurationValue }
DurationField 描述一个时间段字段
type DurationsField ¶
type DurationsField struct { key.StringKey value.DurationsValue }
DurationsField 描述一个时间字段数组字段
type Float32Field ¶
type Float32Field struct { key.StringKey value.Float32Value }
Float32Field 描述一个整形字段
type Float64Field ¶
type Float64Field struct { key.StringKey value.Float64Value }
Float64Field 描述一个整形字段
type Float64sField ¶
type Float64sField struct { key.StringKey value.Float64sValue }
Float64sField 描述一个浮点型数组字段
type Int64sField ¶
type Int64sField struct { key.StringKey value.Int64sValue }
Int64sField 描述一个整形数组字段
type StringField ¶
type StringField struct { key.StringKey value.StringValue }
StringField 描述一个字符串字段
type StringsField ¶
type StringsField struct { key.StringKey value.StringsValue }
StringsField 描述一个字符串字段
Source Files
¶
- field_any.go
- field_bool.go
- field_bools.go
- field_duration.go
- field_durations.go
- field_error.go
- field_float32.go
- field_float64.go
- field_float64s.go
- field_int.go
- field_int64.go
- field_int64s.go
- field_int8.go
- field_ints.go
- field_string.go
- field_strings.go
- field_time.go
- field_times.go
- field_uint.go
- field_uints.go
Click to show internal directories.
Click to hide internal directories.