Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parser ¶
type Parser struct { In io.Reader // Input for the parser Out io.Writer // Output for the parser LengthDelimeted bool // If true, each input message should start with message length // contains filtered or unexported fields }
Parser reads protobuf data from In, parses it and writes to Out in JSON format
Click to show internal directories.
Click to hide internal directories.