Implement Onboarding of xApp
[ric-plt/ricdms.git] / pkg / resthooks / types.go
index 40a46aa..d6f3ad4 100644 (file)
@@ -21,8 +21,10 @@ package resthooks
 
 import (
        "gerrit.o-ran-sc.org/r/ric-plt/ricdms/pkg/health"
+       "gerrit.o-ran-sc.org/r/ric-plt/ricdms/pkg/onboard"
 )
 
 type Resthook struct {
        HealthChecker health.IHealthChecker
+       Onboarder     onboard.IOnboarder
 }