(branch string)
| 41 | // Callers should ensure to Close the Reader when finished. |
| 42 | GetFileReader(filename string) (io.ReadCloser, error) |
| 43 | GetBranch(branch string) (*BranchRef, error) |
| 44 | GetCreatedAt() (time.Time, error) |
| 45 | GetDefaultBranchName() (string, error) |
| 46 | GetDefaultBranch() (*BranchRef, error) |
no outgoing calls