Documentation ¶
Index ¶
- func GetMapKeys(o interface{}) []reflect.Value
- func GetMapValue(o interface{}, key reflect.Value) reflect.Value
- func GetValue(o interface{}) reflect.Value
- func GetValueElem(o interface{}) reflect.Value
- func GetValueElemField(o interface{}, i int) reflect.Value
- func GetValueElemType(o interface{}) reflect.Type
- func GetValueElemTypeField(o interface{}, i int) reflect.StructField
- func GetValueKind(o interface{}) reflect.Kind
- type Tag
- type Transform
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetMapValue ¶
map类型数据的 key 对应数数据
func GetValueElemTypeField ¶
func GetValueElemTypeField(o interface{}, i int) reflect.StructField
数据的值的成员类型的值
Types ¶
type Transform ¶
type Transform struct { OutputObj interface{} InsertObj interface{} TimeFormat string }
func NewTransform ¶
func (*Transform) CallOutFunc ¶
call out func
func (*Transform) Transformer ¶
Click to show internal directories.
Click to hide internal directories.