README ¶ Protobuf https://github.com/golang/protobuf/issues/1370 https://stackoverflow.com/questions/26744873/converting-map-to-struct https://stackoverflow.com/questions/41348512/protobuf-unmarshal-unknown Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Message func NewMessage(buf []byte) Message func (m Message) Marshal() []byte func (m *Message) UnmarshalJSON(buf []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Message ¶ added in v1.6.6 type Message map[protowire.Number]interface{} func NewMessage ¶ added in v1.9.4 func NewMessage(buf []byte) Message func (Message) Marshal ¶ added in v1.6.6 func (m Message) Marshal() []byte func (*Message) UnmarshalJSON ¶ added in v1.9.4 func (m *Message) UnmarshalJSON(buf []byte) error Source Files ¶ View all Source files protobuf.go Click to show internal directories. Click to hide internal directories.