MCPcopy
hub / github.com/eolinker/goku_lite / DeletePlugin

Function DeletePlugin

console/module/plugin/plugin.go:36–38  ·  view source on GitHub ↗

DeletePlugin 删除插件信息

(pluginName string)

Source from the content-addressed store, hash-verified

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

Callers 1

DeletePluginFunction · 0.92

Calls 1

DeletePluginMethod · 0.65

Tested by

no test coverage detected