Enabled returns whether the plugin is enabled
()
| 35 | |
| 36 | // Enabled returns whether the plugin is enabled |
| 37 | func (p *Plugin) Enabled() bool { |
| 38 | return p.config.Enabled |
| 39 | } |
| 40 | |
| 41 | // SetSSHClient updates the SSH client used by the plugin executor. |
| 42 | func (p *Plugin) SetSSHClient(sshClient SSHClient) { |
no outgoing calls
no test coverage detected