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

Method MapperMap

mapper.go:14–14  ·  view source on GitHub ↗
(fromMap map[string]interface{}, toObj interface{})

Source from the content-addressed store, hash-verified

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
16 MapperMapSlice(fromMaps map[string]map[string]interface{}, toSlice interface{}) error
17 MapperSlice(fromSlice, toSlice interface{}) error

Callers 4

MapperMapFunction · 0.65
Test_Object_MapperMapFunction · 0.65
BenchmarkObjectMapperMapFunction · 0.65
mainFunction · 0.65

Implementers 1

mapperObjectmapper_object.go

Calls

no outgoing calls

Tested by 2

Test_Object_MapperMapFunction · 0.52
BenchmarkObjectMapperMapFunction · 0.52