Name returns the integration name (e.g., "docker", "proxmox")
()
| 10 | type Integration interface { |
| 11 | // Name returns the integration name (e.g., "docker", "proxmox") |
| 12 | Name() string |
| 13 | |
| 14 | // IsAvailable checks if the integration is available on this system |
| 15 | IsAvailable() bool |
no outgoing calls
no test coverage detected