(pluginName string)
| 86 | } |
| 87 | |
| 88 | func (b *BaseScanStrategy) pluginExists(pluginName string) bool { |
| 89 | return plugins.Exists(pluginName) |
| 90 | } |
| 91 | |
| 92 | func (b *BaseScanStrategy) getPluginPorts(pluginName string) []int { |
| 93 | return plugins.GetPluginPorts(pluginName) |
no test coverage detected