Skip to content

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

License

Notifications You must be signed in to change notification settings

isabella232/fieldpath

 
 

Repository files navigation

#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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.0%
  • Makefile 2.6%
  • Shell 0.4%