Skip to content

Commit

Permalink
Add the missing field named path.
Browse files Browse the repository at this point in the history
  • Loading branch information
avkudryashov authored Jun 2, 2023
1 parent 6d7ebb9 commit 3420585
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 3420585

Please sign in to comment.