File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
fault-quarantine/pkg/eventwatcher Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ type EventWatcherInterface interface {
4646 Start (ctx context.Context ) error
4747 SetProcessEventCallback (
4848 callback func (
49- ctx context.Context ,
50- event * model.HealthEventWithStatus ,
51- ) * model.Status ,
49+ ctx context.Context ,
50+ event * model.HealthEventWithStatus ,
51+ ) * model.Status ,
5252 )
5353 CancelLatestQuarantiningEvents (ctx context.Context , nodeName string ) error
5454}
@@ -69,9 +69,9 @@ func NewEventWatcher(
6969
7070func (w * EventWatcher ) SetProcessEventCallback (
7171 callback func (
72- ctx context.Context ,
73- event * model.HealthEventWithStatus ,
74- ) * model.Status ,
72+ ctx context.Context ,
73+ event * model.HealthEventWithStatus ,
74+ ) * model.Status ,
7575) {
7676 w .processEventCallback = callback
7777}
You can’t perform that action at this time.
0 commit comments