mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
perf: 创建证书任务可以选择lege插件
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Provide, Scope, ScopeEnum } from '@midwayjs/core';
|
||||
import { pluginRegistry } from '@certd/pipeline';
|
||||
import { pluginGroups, pluginRegistry } from '@certd/pipeline';
|
||||
@Provide()
|
||||
@Scope(ScopeEnum.Singleton)
|
||||
export class PluginService {
|
||||
@@ -12,4 +12,8 @@ export class PluginService {
|
||||
}
|
||||
return list;
|
||||
}
|
||||
|
||||
getGroups() {
|
||||
return pluginGroups;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user