Exemplo n.º 1
0
func (m *message) SetAnnotations(v map[string]interface{}) { setData(v, C.pn_message_annotations(m.pn)) }
Exemplo n.º 2
0
func (m *message) Annotations() map[string]interface{} {
	return rewindMap(C.pn_message_annotations(m.pn))
}