| 28 | GetRepoBranches(ctx context.Context, req GetBranchesReq) ([]types.Branch, error) |
| 29 | GetRepoCommits(ctx context.Context, req GetRepoCommitsReq) ([]types.Commit, *types.RepoPageOpts, error) |
| 30 | GetRepoLastCommit(ctx context.Context, req GetRepoLastCommitReq) (*types.Commit, error) |
| 31 | GetSingleCommit(ctx context.Context, req GetRepoLastCommitReq) (*types.CommitResponse, error) |
| 32 | GetCommitDiff(ctx context.Context, req GetRepoLastCommitReq) ([]byte, error) |
| 33 | GetRepoFileTree(ctx context.Context, req GetRepoInfoByPathReq) ([]*types.File, error) |