gen
gen copied to clipboard
supported the generate code, reduce the refactor code
Describe the feature
supported the generate code, reduce the refactor code
Motivation
sample
func (d *DO) Updates(value interface{}) (info ResultInfo, err error)
to
func (d *DO) Updates(value *User) (info ResultInfo, err error)
Related Issues
Updates accepts map var as param, so it cannot be refactor