Skip to content

Commit

Permalink
Update duplications_gen.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shijl0925 authored Jul 15, 2024
1 parent 6ae7cf8 commit bf27e51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sonarqube/duplications_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ import (
"net/http"
)

// AUTOMATICALLY GENERATED, DO NOT EDIT BY HAND!

type Duplications service

// Show - Get duplications. Require Browse permission on file's project
// Since 4.4
// Changelog:
// 9.6: The fields 'subProject', 'subProjectName' were removed from the response.
// 8.8: Deprecated parameter 'uuid' was removed.
// 8.8: The fields 'uuid', 'projectUuid', 'subProjectUuid' were removed from the response.
// 6.5: Parameter 'uuid' is now deprecated.
// 6.5: The fields 'uuid', 'projectUuid', 'subProjectUuid' are now deprecated in the response.
func (s *Duplications) Show(ctx context.Context, r duplications.ShowRequest) (*duplications.ShowResponse, *http.Response, error) {
u := fmt.Sprintf("%s/show", s.path)
v := new(duplications.ShowResponse)
Expand Down

0 comments on commit bf27e51

Please sign in to comment.