MCPcopy
hub / github.com/PatchMon/PatchMon / Integration

Struct Integration

agent-source-code/internal/integrations/docker/docker.go:25–31  ·  view source on GitHub ↗

Integration implements the Integration interface for Docker

Source from the content-addressed store, hash-verified

23
24// Integration implements the Integration interface for Docker
25type Integration struct {
26 client *client.Client
27 logger *logrus.Logger
28 monitoring bool
29 monitoringMu sync.RWMutex
30 stopMonitoring context.CancelFunc
31}
32
33// New creates a new Docker integration
34func New(logger *logrus.Logger) *Integration {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected