package
0.0.0-20241230125956-09e15f4262b0
Repository: https://github.com/joshua0x/table_data_compare.git
Documentation: pkg.go.dev

# 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