Skip to content

Commit acfa0bb

Browse files
committed
Update AWS Health event handler names, update e2e run command with ASG system tag
1 parent 9df853b commit acfa0bb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/monitor/sqsevent/sqs-monitor.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@ type InterruptionEventWrapper struct {
5959
Err error
6060
}
6161

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-
6862
// Kind denotes the kind of event that is processed
6963
func (m SQSMonitor) Kind() string {
7064
return SQSTerminateKind

0 commit comments

Comments
 (0)