package
0.14.1
Repository: https://github.com/bufbuild/protocompile.git
Documentation: pkg.go.dev

# Functions

Scan scans the given reader, which should contain Protobuf source, and returns the set of imports declared in the file.

# Structs

Import represents an import in a Protobuf source file.
Result is the result of scanning a Protobuf source file.

# Type aliases

SyntaxError is returned from Scan when one or more syntax errors are observed.