WireguardConfig exports the Enabled method rather than the whole config. This is useful when the whole agent is not needed. See [WireguardAgent] otherwise.
| 31 | // WireguardConfig exports the Enabled method rather than the whole config. |
| 32 | // This is useful when the whole agent is not needed. See [WireguardAgent] otherwise. |
| 33 | type WireguardConfig interface { |
| 34 | Enabled() bool |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…