//
pkg.gl
Category
github.com/beatlabs/proton/v2
internal
protoparser
package
2.1.0
Repository:
https://github.com/beatlabs/proton.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
7
Dependents
2
Files
68 SLOC
#
Functions
New
New initializes a proto parser.
NewFile
NewFile initializes a proto parser from a local proto file.
NewHTTP
NewHTTP initializes a proto parser from a remote proto file.
#
Interfaces
Decoder
Decoder is the interface that accepts bytes from Proto message and decodes it to a string.