gen icon indicating copy to clipboard operation
gen copied to clipboard

supported the generate code, reduce the refactor code

Open peacess opened this issue 3 years ago • 1 comments

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

peacess avatar Aug 16 '22 00:08 peacess

Updates accepts map var as param, so it cannot be refactor

tr1v3r avatar Aug 16 '22 06:08 tr1v3r