We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df853b commit acfa0bbCopy full SHA for acfa0bb
pkg/monitor/sqsevent/sqs-monitor.go
@@ -59,12 +59,6 @@ type InterruptionEventWrapper struct {
59
Err error
60
}
61
62
-// Convenience wrapper for handling a pair of an interruption event and a related error
63
-type InterruptionEventWrapper struct {
64
- InterruptionEvent *monitor.InterruptionEvent
65
- Err error
66
-}
67
-
68
// Kind denotes the kind of event that is processed
69
func (m SQSMonitor) Kind() string {
70
return SQSTerminateKind
0 commit comments