gogo / fieldpath

[deprecated] This packages is used to create compiled fieldpaths for selective unmarshaling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Fieldpath

Build Status

pbpath, is a debugging tool, which allows you to stringify a marshaled protocol buffer on the command line. pbpath does not have the protocol buffer definitions compiled in and makes extensive use of the fieldpath library.

A typical example:

cat marshalled.dat | pbpath -D=desc.out mypackage.MyMarshaledMessage

The desc.out file can be created with protoc as such:

protoc --descriptor_set_out=desc.out --include_imports mymessage.proto

About

[deprecated] This packages is used to create compiled fieldpaths for selective unmarshaling.

License:Other


Languages

Language:Go 97.0%Language:Makefile 2.6%Language:Shell 0.4%