Skip to content

Commit

Permalink
Merge pull request #1880 from assembly-winston/main
Browse files Browse the repository at this point in the history
Update repository_files.go
  • Loading branch information
svanharmelen committed Feb 10, 2024
2 parents b61ed28 + 9d3ad16 commit 0f9ca4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion repository_files.go
Expand Up @@ -174,7 +174,9 @@ func (b FileBlameRange) String() string {
// GitLab API docs:
// https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository
type GetFileBlameOptions struct {
Ref *string `url:"ref,omitempty" json:"ref,omitempty"`
Ref *string `url:"ref,omitempty" json:"ref,omitempty"`
RangeStart *int `url:"range[start],omitempty" json:"range[start],omitempty"`
RangeEnd *int `url:"range[end],omitempty" json:"range[end],omitempty"`
}

// GetFileBlame allows you to receive blame information. Each blame range
Expand Down

0 comments on commit 0f9ca4d

Please sign in to comment.