//
pkg.gl
Category
github.com/bufbuild/protocompile
parser
fastscan
package
0.14.1
Repository:
https://github.com/bufbuild/protocompile.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
611 SLOC
#
Functions
Scan
Scan scans the given reader, which should contain Protobuf source, and returns the set of imports declared in the file.
#
Structs
Import
Import represents an import in a Protobuf source file.
Result
Result is the result of scanning a Protobuf source file.
#
Type aliases
SyntaxError
SyntaxError is returned from Scan when one or more syntax errors are observed.