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

Commit

Permalink
Add LFS field to GetRawFileOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
royiarchy committed Jun 25, 2024
1 parent 0fba6a7 commit 7e53b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repository_files.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ func (s *RepositoryFilesService) GetFileBlame(pid interface{}, file string, opt
// https://docs.gitlab.com/ee/api/repository_files.html#get-raw-file-from-repository
type GetRawFileOptions struct {
Ref *string `url:"ref,omitempty" json:"ref,omitempty"`
LFS *bool `url:"lfs,omitempty" json:"lfs,omitempty"`
}

// GetRawFile allows you to receive the raw file in repository.
Expand Down

0 comments on commit 7e53b5c

Please sign in to comment.