mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 23:58:44 +05:00
Update msgpack library
This commit is contained in:
committed by
Dan Christian Bogos
parent
960c12827f
commit
7f5ced1689
@@ -287,6 +287,7 @@ type CodecMsgpackMarshaler struct {
|
||||
func NewCodecMsgpackMarshaler() *CodecMsgpackMarshaler {
|
||||
cmm := &CodecMsgpackMarshaler{new(codec.MsgpackHandle)}
|
||||
mh := cmm.mh
|
||||
mh.TimeNotBuiltin = true
|
||||
mh.MapType = reflect.TypeOf(map[string]interface{}(nil))
|
||||
mh.RawToString = true
|
||||
return cmm
|
||||
|
||||
Reference in New Issue
Block a user