StatFileInfo gets the FileInfo for the File within the Module as specified by the path. Returns an error with fs.ErrNotExist if the path is not part of the Module.
(ctx context.Context, path string)
| 51 | // |
| 52 | // Returns an error with fs.ErrNotExist if the path is not part of the Module. |
| 53 | StatFileInfo(ctx context.Context, path string) (FileInfo, error) |
| 54 | // WalkFileInfos walks all Files in the Module, passing the FileInfo to a specified function. |
| 55 | // |
| 56 | // This will walk the .proto files, documentation file(s), and license files(s). This package |
no outgoing calls