Skip to content

Commit

Permalink
Update projects.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sander van Harmelen <sander@vanharmelen.nl>
  • Loading branch information
timofurrer and svanharmelen committed Jan 23, 2023
1 parent ceca19a commit 8ea7323
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -1955,9 +1955,11 @@ func (s *ProjectsService) ChangeAllowedApprovers(pid interface{}, opt *ChangeAll
return pa, resp, err
}

// ProjectPullMirrorDetails represent the details of the configuration pull mirror and its update status
// ProjectPullMirrorDetails represent the details of the configuration pull
// mirror and its update status.
//
// GitLab API docs: https://docs.gitlab.com/ee/api/projects.html#get-a-projects-pull-mirror-details
// GitLab API docs:
// https://docs.gitlab.com/ee/api/projects.html#get-a-projects-pull-mirror-details
type ProjectPullMirrorDetails struct {
ID int `json:"id"`
LastError string `json:"last_error"`
Expand Down

0 comments on commit 8ea7323

Please sign in to comment.