mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
Chore: Cleanup (#1800)
This commit is contained in:
2
query.go
2
query.go
@@ -19,7 +19,7 @@ import (
|
||||
)
|
||||
|
||||
// SyncSearch presents a query to the local repos and to the AUR.
|
||||
func syncSearch(ctx context.Context, pkgS []string, aurClient *aur.Client,
|
||||
func syncSearch(ctx context.Context, pkgS []string, aurClient aur.ClientInterface,
|
||||
dbExecutor db.Executor, queryBuilder query.Builder, verbose bool,
|
||||
) error {
|
||||
queryBuilder.Execute(ctx, dbExecutor, aurClient, pkgS)
|
||||
|
||||
Reference in New Issue
Block a user