| 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) |
| 34 | GetRepoFileRaw(ctx context.Context, req GetRepoInfoByPathReq) (string, error) |
| 35 | GetRepoFileReader(ctx context.Context, req GetRepoInfoByPathReq) (io.ReadCloser, int64, error) |
| 36 | GetRepoLfsFileRaw(ctx context.Context, req GetRepoInfoByPathReq) (io.ReadCloser, error) |