DeletePlugin 删除插件信息
(pluginName string)
| 34 | |
| 35 | //DeletePlugin 删除插件信息 |
| 36 | func DeletePlugin(pluginName string) (bool, string, error) { |
| 37 | return pluginDao.DeletePlugin(pluginName) |
| 38 | } |
| 39 | |
| 40 | //CheckIndexIsExist 判断插件ID是否存在 |
| 41 | func CheckIndexIsExist(pluginName string, pluginPriority int) (bool, error) { |
no test coverage detected