[RICPLT-2585] E2Term Init - Support Multiple E2T Instances
[ric-plt/e2mgr.git] / E2Manager / handlers / rmrmsghandlers / notification_handler.go
index a44b965..db4174f 100644 (file)
 package rmrmsghandlers
 
 import (
-       "e2mgr/logger"
        "e2mgr/models"
-       "e2mgr/sessions"
 )
 
 type NotificationHandler interface {
-       Handle(*logger.Logger, sessions.E2Sessions, *models.NotificationRequest, chan<- *models.NotificationResponse)
+       Handle(*models.NotificationRequest)
 }