Skip to content

Commit

Permalink
chore(refactor): remove unused function/file
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev committed Dec 18, 2024
1 parent 5e30858 commit 0fa16fa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 76 deletions.
3 changes: 0 additions & 3 deletions util/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ type ArgoDB interface {
// GetAllHelmRepositoryCredentials gets all repo credentials
GetAllHelmRepositoryCredentials(ctx context.Context) ([]*appv1.RepoCreds, error)

// GetWriteCredentials gets repo credentials specific to the hydrator for given URL
GetWriteCredentials(ctx context.Context, repoURL string) (*appv1.Repository, error)

// ListHelmRepositories lists repositories
ListHelmRepositories(ctx context.Context) ([]*appv1.Repository, error)

Expand Down
30 changes: 0 additions & 30 deletions util/db/mocks/ArgoDB.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 0 additions & 43 deletions util/db/write_repository.go

This file was deleted.

0 comments on commit 0fa16fa

Please sign in to comment.