forked from Plemya-x/ALR
wip: remove unused legacy code
This commit is contained in:
parent
87cae79655
commit
90867f5d7c
@ -35,15 +35,6 @@ func Pull(ctx context.Context, repos []types.Repo) error {
|
|||||||
return GetInstance(ctx).Pull(ctx, repos)
|
return GetInstance(ctx).Pull(ctx, repos)
|
||||||
}
|
}
|
||||||
|
|
||||||
// FindPkgs looks for packages matching the inputs inside the database.
|
|
||||||
// It returns a map that maps the package name input to any packages found for it.
|
|
||||||
// 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) {
|
|
||||||
return GetInstance(ctx).FindPkgs(ctx, pkgs)
|
|
||||||
}
|
|
||||||
|
|
||||||
// =======================
|
// =======================
|
||||||
// FOR LEGACY ONLY
|
// FOR LEGACY ONLY
|
||||||
// =======================
|
// =======================
|
||||||
|
Loading…
Reference in New Issue
Block a user