perf: 流水线支持名称模糊查询

This commit is contained in:
xiaojunnuo
2024-08-04 02:35:45 +08:00
parent a9717b9a0d
commit 59897c4cea
14 changed files with 157 additions and 28 deletions
@@ -12,7 +12,7 @@ export class DbStorage implements IStorage {
this.storageService = storageService;
}
remove(scope: string, namespace: string, version: string, key: string): Promise<void> {
async remove(scope: string, namespace: string, version: string, key: string): Promise<void> {
throw new Error('Method not implemented.');
}