Add search function to Get(Profile)IDs APIs

This commit is contained in:
arberkatellari
2026-01-12 12:13:34 +02:00
committed by Dan Christian Bogos
parent 982a99db42
commit 1836b041ad
56 changed files with 322 additions and 196 deletions

View File

@@ -72,7 +72,7 @@ func (rs *SQLStorage) SelectDatabase(dbName string) (err error) {
return
}
func (sqls *SQLStorage) GetKeysForPrefix(prefix string) ([]string, error) {
func (sqls *SQLStorage) GetKeysForPrefix(prefix, _ string) ([]string, error) {
return nil, utils.ErrNotImplemented
}