Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1731 from avkudryashov/master
Browse files Browse the repository at this point in the history
Add missing Blob structure field
  • Loading branch information
svanharmelen authored Jun 2, 2023
2 parents 6d7ebb9 + 3420585 commit ddfebb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ func (s *SearchService) CommitsByProject(pid interface{}, query string, opt *Sea
type Blob struct {
Basename string `json:"basename"`
Data string `json:"data"`
Path string `json:"path"`
Filename string `json:"filename"`
ID string `json:"id"`
Ref string `json:"ref"`
Expand Down

0 comments on commit ddfebb3

Please sign in to comment.