X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fresthooks%2Ftypes.go;h=edf3ffb7c0fae56356583c172310c675d011af06;hb=refs%2Fchanges%2F89%2F9189%2F2;hp=7c3df5d16f18ecccfc41ca1e503696dab39c2769;hpb=8333c8b0a4fa46bcd1cf414662c602922cff8f57;p=ric-plt%2Fricdms.git diff --git a/pkg/resthooks/types.go b/pkg/resthooks/types.go index 7c3df5d..edf3ffb 100644 --- a/pkg/resthooks/types.go +++ b/pkg/resthooks/types.go @@ -19,5 +19,14 @@ // 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 }