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 8ea7323 commit dda6e96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -1970,9 +1970,10 @@ type ProjectPullMirrorDetails struct {
URL string `json:"url"`
}

// GetProjectPullMirrorDetails returns the pull mirror details
// GetProjectPullMirrorDetails returns the pull mirror details.
//
// 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
func (s *ProjectsService) GetProjectPullMirrorDetails(pid interface{}, options ...RequestOptionFunc) (*ProjectPullMirrorDetails, *Response, error) {
project, err := parseID(pid)
if err != nil {
Expand Down

0 comments on commit dda6e96

Please sign in to comment.