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

Commit 0f9ca4d

Browse files
authored
Merge pull request #1880 from assembly-winston/main
Update repository_files.go
2 parents b61ed28 + 9d3ad16 commit 0f9ca4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

repository_files.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ func (b FileBlameRange) String() string {
174174
// GitLab API docs:
175175
// https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository
176176
type GetFileBlameOptions struct {
177-
Ref *string `url:"ref,omitempty" json:"ref,omitempty"`
177+
Ref *string `url:"ref,omitempty" json:"ref,omitempty"`
178+
RangeStart *int `url:"range[start],omitempty" json:"range[start],omitempty"`
179+
RangeEnd *int `url:"range[end],omitempty" json:"range[end],omitempty"`
178180
}
179181

180182
// GetFileBlame allows you to receive blame information. Each blame range

0 commit comments

Comments
 (0)