Documentation ¶
Index ¶
- func FieldByTag(cate string, sv reflect.Value, tagName string) (v reflect.Value)
- func Float(data interface{}) (val float64, ok bool)
- func Get(data interface{}, key string) (v interface{}, ok bool)
- func GetFloat(data interface{}, key string) (val float64, ok bool)
- func GetInt(data interface{}, key string) (val int64, ok bool)
- func GetString(data interface{}, key string) (val string, ok bool)
- func GetVal(cate string, data reflect.Value, key string) (v reflect.Value, ok bool)
- func Int(data interface{}) (val int64, ok bool)
- func String(data interface{}) (val string, ok bool)
- func TagName(tag string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.