Documentation ¶ Overview ¶ Package proto provides helper functions for working with protobuf files. Index ¶ func Gather(root, relPath string) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Gather ¶ func Gather(root, relPath string) ([]string, error) Gather returns a sorted list of proto files in the given root directory, ensuring that subpackage protos (e.g., in a "schema" directory) are included in the generation. recursion is disabled for certain base paths in nonRecursivePaths. Types ¶ This section is empty. Source Files ¶ View all Source files proto.go Click to show internal directories. Click to hide internal directories.