X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fresthooks%2Ftypes.go;h=0a3bf5b094b3734ae5a05823ba0e3746ec2ca2a1;hb=31505299317b3fbc8b5f918e7bb811c243606705;hp=d6f3ad4c3db4027d495a6ecb955b17bff99b7482;hpb=04897e6ba579f0cfd11453f589fc1fb24be4e820;p=ric-plt%2Fricdms.git diff --git a/pkg/resthooks/types.go b/pkg/resthooks/types.go index d6f3ad4..0a3bf5b 100644 --- a/pkg/resthooks/types.go +++ b/pkg/resthooks/types.go @@ -20,6 +20,8 @@ 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" ) @@ -27,4 +29,6 @@ import ( type Resthook struct { HealthChecker health.IHealthChecker Onboarder onboard.IOnboarder + ChartMgr charts.IChartMgr + DeployMgr deploy.IDeploy }