MCPcopy Index your code
hub / github.com/devfeel/mapper / Mapper

Method Mapper

mapper.go:12–12  ·  view source on GitHub ↗
(fromObj, toObj interface{})

Source from the content-addressed store, hash-verified

10
11type IMapper interface {
12 Mapper(fromObj, toObj interface{}) error
13 AutoMapper(fromObj, toObj interface{}) error
14 MapperMap(fromMap map[string]interface{}, toObj interface{}) error
15 MapToSlice(fromMap map[string]interface{}, toSlice interface{}) error

Callers 7

MapperFunction · 0.65
Test_Object_MapperFunction · 0.65
BenchmarkObjectMapperFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65

Implementers 1

mapperObjectmapper_object.go

Calls

no outgoing calls

Tested by 4

Test_Object_MapperFunction · 0.52
BenchmarkObjectMapperFunction · 0.52