Mapper mapper and set value from struct fromObj to toObj not support auto register struct
(fromObj, toObj interface{})
| 199 | // Mapper mapper and set value from struct fromObj to toObj |
| 200 | // not support auto register struct |
| 201 | func Mapper(fromObj, toObj interface{}) error { |
| 202 | return standardMapper.Mapper(fromObj, toObj) |
| 203 | } |
| 204 | |
| 205 | // AutoMapper mapper and set value from struct fromObj to toObj |
| 206 | // support auto register struct |
searching dependent graphs…