Returns an absolute path to the local repository in the format that matches the local OS
()
| 37 | // Returns an absolute path to the local repository |
| 38 | // in the format that matches the local OS |
| 39 | LocalPath() (string, error) |
| 40 | // GetFileReader returns an io.ReadCloser corresponding to the desired file. |
| 41 | // Callers should ensure to Close the Reader when finished. |
| 42 | GetFileReader(filename string) (io.ReadCloser, error) |
no outgoing calls