replicator: allow batched get/remove for indexes

This commit is contained in:
ionutboangiu
2025-09-18 07:23:45 +03:00
committed by Dan Christian Bogos
parent 8546c4c64e
commit e7b30a139f
4 changed files with 27 additions and 31 deletions

View File

@@ -930,7 +930,7 @@ func IsURL(path string) bool {
type GetIndexesArg struct {
IdxItmType string
TntCtx string
IdxKey string
IdxKeys []string
Tenant string
APIOpts map[string]any
}