AutoMapper mapper and set value from struct fromObj to toObj support auto register struct
(fromObj, toObj interface{})
| 205 | // AutoMapper mapper and set value from struct fromObj to toObj |
| 206 | // support auto register struct |
| 207 | func AutoMapper(fromObj, toObj interface{}) error { |
| 208 | return standardMapper.AutoMapper(fromObj, toObj) |
| 209 | } |
searching dependent graphs…