README ¶ Protobuf https://github.com/golang/protobuf/issues/1370 https://github.com/philpearl/plenc/issues/3 https://github.com/protocolbuffers/protobuf-go/blob/master/testing/protopack/pack.go https://github.com/segmentio/encoding/issues/103 https://stackoverflow.com/questions/41348512/protobuf-unmarshal-unknown Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Array type Object func Parse(buf []byte) Object func (o Object) Marshal() []byte Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Array ¶ added in v1.6.5 type Array []interface{} type Object ¶ added in v1.6.5 type Object map[protowire.Number]interface{} func Parse ¶ added in v1.3.5 func Parse(buf []byte) Object func (Object) Marshal ¶ added in v1.6.5 func (o Object) Marshal() []byte Source Files ¶ View all Source files protobuf.go Click to show internal directories. Click to hide internal directories.