GetFile gets 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)
| 47 | // |
| 48 | // Returns an error with fs.ErrNotExist if the path is not part of the Module. |
| 49 | GetFile(ctx context.Context, path string) (File, error) |
| 50 | // StatFileInfo gets the FileInfo for the File within the Module as specified by the path. |
| 51 | // |
| 52 | // Returns an error with fs.ErrNotExist if the path is not part of the Module. |
no outgoing calls
no test coverage detected