# Functions
No description provided by the author
No description provided by the author
func (l *UserInfo) Record() interface{} {
return &UserInfo{}
}
m := make(map[string]interface{})
t := getRealType(reflect.TypeOf(src))
srcv := getRealValue(reflect.ValueOf(src))
dstv := getRealValue(reflect.ValueOf(dst))
if t.Kind() == reflect.Struct {
for i := 0; i < srcv.NumField(); i++ {
//todo,get-column-name-cached-in-mem ??,
fieldName := parseGormTag(t.Field(i).Tag.Get("gorm"))
if fieldName == "" {
continue
}
*/.
No description provided by the author
# Structs
No description provided by the author
cache for columnname.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author