X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fresthooks%2Ftypes.go;h=0a3bf5b094b3734ae5a05823ba0e3746ec2ca2a1;hb=f95c1d3a137db6a4dd4ff7d8c3a8f5a2a7a55c2f;hp=edf3ffb7c0fae56356583c172310c675d011af06;hpb=6e8d970e6ec582bd4473c3fbb6772906658608ca;p=ric-plt%2Fricdms.git diff --git a/pkg/resthooks/types.go b/pkg/resthooks/types.go index edf3ffb..0a3bf5b 100644 --- a/pkg/resthooks/types.go +++ b/pkg/resthooks/types.go @@ -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 }