Fix dockerfile
[ric-plt/e2mgr.git] / E2Manager / handlers / rmrmsghandlers / notification_handler.go
index 51fa2d3..ec1b887 100644 (file)
@@ -24,10 +24,10 @@ import (
 )
 
 type NotificationHandler interface {
-       Handle(*logger.Logger, *models.NotificationRequest, chan<- *models.NotificationResponse)
+       Handle(*models.NotificationRequest)
 }
 
 //TODO: remove that
 func printHandlingSetupResponseElapsedTimeInMs(logger *logger.Logger, msg string, startTime time.Time) {
        logger.Infof("%s: %f ms", msg, float64(time.Since(startTime))/float64(time.Millisecond))
-}
\ No newline at end of file
+}