Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit df18acb

Browse files
linting errors fixed
1 parent 5801f2a commit df18acb

3 files changed

Lines changed: 0 additions & 24 deletions

File tree

internal/integrations/integration.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,3 @@ type RealtimeIntegration interface {
3535
// StopMonitoring stops real-time monitoring
3636
StopMonitoring() error
3737
}
38-
39-
40-
41-
42-
43-
44-
45-

internal/integrations/manager.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,3 @@ func (m *Manager) GetRealtimeIntegrations() []RealtimeIntegration {
146146

147147
return realtime
148148
}
149-
150-
151-
152-
153-
154-
155-
156-

pkg/models/integrations.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,3 @@ type DockerResponse struct {
9999
ImagesReceived int `json:"images_received"`
100100
UpdatesFound int `json:"updates_found"`
101101
}
102-
103-
104-
105-
106-
107-
108-
109-

0 commit comments

Comments
 (0)