MCPcopy
hub / github.com/PatchMon/PatchMon / Name

Method Name

agent-source-code/internal/integrations/integration.go:12–12  ·  view source on GitHub ↗

Name returns the integration name (e.g., "docker", "proxmox")

()

Source from the content-addressed store, hash-verified

10type 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

Callers 15

RegisterMethod · 0.65
DiscoverIntegrationsMethod · 0.65
CollectAllMethod · 0.65
GetIntegrationMethod · 0.65
installSSGFromGitHubMethod · 0.65
installSSGFromNightlyMethod · 0.65
RunScanWithOptionsMethod · 0.65
parsePacmanConfMethod · 0.65
findAptListFilesMethod · 0.65

Implementers 2

Integrationagent-source-code/internal/integration
Integrationagent-source-code/internal/integration

Calls

no outgoing calls

Tested by

no test coverage detected