GetAllowedHostCommands returns the list of allowed host commands
()
| 70 | |
| 71 | // GetAllowedHostCommands returns the list of allowed host commands |
| 72 | func (p *Plugin) GetAllowedHostCommands() []string { |
| 73 | return p.executor.GetAllowedCommands(TargetHost) |
| 74 | } |
nothing calls this directly
no test coverage detected