Skip to content

Commit

Permalink
Update interface.go
Browse files Browse the repository at this point in the history
  • Loading branch information
joshjennings98 authored May 10, 2024
1 parent 9df512e commit 11a7492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/artefacts/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/ARM-software/embedded-development-services-client/client"
)

//go:generate mockgen -destination=../mocks/mock_$GOPACKAGE.go -package=mocks github.com/ARM-software/embedded-development-services-client-utils/$GOPACKAGE IArtefactManager
//go:generate mockgen -destination=../mocks/mock_$GOPACKAGE.go -package=mocks github.com/ARM-software/embedded-development-services-client-utils/utils/$GOPACKAGE IArtefactManager

type IArtefactManager interface {
DownloadJobArtefact(ctx context.Context, jobName string, outputDirectory string, artefactManagerItem client.HalLinkData) (err error)
Expand Down

0 comments on commit 11a7492

Please sign in to comment.