This commit is contained in:
2025-02-11 12:24:57 +03:00
parent 8978cc2855
commit 17bbb2f4c5
11 changed files with 378 additions and 341 deletions

View File

@ -40,7 +40,7 @@ func Pull(ctx context.Context, repos []types.Repo) error {
// It also returns a slice that contains the names of all packages that were not found.
//
// Deprecated: use struct method
func FindPkgs(ctx context.Context, pkgs []string) (map[string][]database.Package, []string, error) {
func FindPkgs_(ctx context.Context, pkgs []string) (map[string][]database.Package, []string, error) {
return GetInstance(ctx).FindPkgs(ctx, pkgs)
}