X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fresthooks%2Ftypes.go;h=edf3ffb7c0fae56356583c172310c675d011af06;hb=refs%2Fchanges%2F30%2F9230%2F1;hp=40a46aac2f82a951fc2c69061e2ccb3e8bb73be5;hpb=cd6cc6ad28c32ccce6a2833917f7408a798e45fc;p=ric-plt%2Fricdms.git diff --git a/pkg/resthooks/types.go b/pkg/resthooks/types.go index 40a46aa..edf3ffb 100644 --- a/pkg/resthooks/types.go +++ b/pkg/resthooks/types.go @@ -20,9 +20,13 @@ package resthooks import ( + "gerrit.o-ran-sc.org/r/ric-plt/ricdms/pkg/charts" "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 + ChartMgr charts.IChartMgr }