Test case for custom onboard API
[ric-plt/ricdms.git] / pkg / resthooks / types.go
index edf3ffb..0a3bf5b 100644 (file)
@@ -21,6 +21,7 @@ package resthooks
 
 import (
        "gerrit.o-ran-sc.org/r/ric-plt/ricdms/pkg/charts"
+       "gerrit.o-ran-sc.org/r/ric-plt/ricdms/pkg/deploy"
        "gerrit.o-ran-sc.org/r/ric-plt/ricdms/pkg/health"
        "gerrit.o-ran-sc.org/r/ric-plt/ricdms/pkg/onboard"
 )
@@ -29,4 +30,5 @@ type Resthook struct {
        HealthChecker health.IHealthChecker
        Onboarder     onboard.IOnboarder
        ChartMgr      charts.IChartMgr
+       DeployMgr     deploy.IDeploy
 }