Beispiel #1
0
func (m bsMarshaler) UnmarshalPayload(msg tmsg.Message) error {
	msg.SetBody(map[string]string{
		"1": "2",
	})
	return nil
}