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

Commit

Permalink
Update dependency_list_export.go
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer authored Nov 21, 2024
1 parent a7ae7bd commit ae96a9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dependency_list_export.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ func (s *DependencyListExportService) GetDependencyListExport(id int, options ..
// DownloadDependencyListExport downloads a single dependency list export.
//
// The github.com/CycloneDX/cyclonedx-go package can be used to parse the data from the returned io.Reader.
// -----------------[ Example ]------------------
//
// sbom := new(cdx.BOM)
// decoder := cdx.NewBOMDecoder(reader, cdx.BOMFileFormatJSON)
Expand All @@ -102,8 +101,6 @@ func (s *DependencyListExportService) GetDependencyListExport(id int, options ..
// panic(err)
// }
//
// ----------------------------------------------
//
// GitLab docs:
// https://docs.gitlab.com/ee/api/dependency_list_export.html#download-dependency-list-export
func (s *DependencyListExportService) DownloadDependencyListExport(id int, options ...RequestOptionFunc) (io.Reader, *Response, error) {
Expand Down

0 comments on commit ae96a9a

Please sign in to comment.