diff --git a/pkg/sensors/handler.go b/pkg/sensors/handler.go index 03a0265f1b3..b8c1583f23a 100644 --- a/pkg/sensors/handler.go +++ b/pkg/sensors/handler.go @@ -12,6 +12,8 @@ import ( "github.com/cilium/tetragon/pkg/tracingpolicy" ) +// run + type handler struct { // map of sensor collections: name -> collection collections map[string]collection