improved GetActions in ApierV2 (params changes!)

This commit is contained in:
Radu Ioan Fericean
2016-04-29 21:08:10 +03:00
parent d8e789c1a0
commit ac5fddd8ca
7 changed files with 70 additions and 9 deletions

View File

@@ -204,6 +204,7 @@ func NewCodecMsgpackMarshaler() *CodecMsgpackMarshaler {
cmm := &CodecMsgpackMarshaler{new(codec.MsgpackHandle)}
mh := cmm.mh
mh.MapType = reflect.TypeOf(map[string]interface{}(nil))
mh.RawToString = true
return cmm
}