Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/native-git-client-codegen' …
Browse files Browse the repository at this point in the history
…into feat/native-git-client-codegen
  • Loading branch information
pasha-codefresh committed Apr 16, 2024
2 parents 1494c0f + 9ef6404 commit 39c8d8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/helm/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ var (
OCINotEnabledErr = errors.New("could not perform the action when oci is not enabled")
)

//go:generate go run github.com/vektra/mockery/[email protected] --name=Client

type Creds struct {
Username string
Password string
Expand Down

0 comments on commit 39c8d8c

Please sign in to comment.