X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fresthooks%2Ftypes.go;h=d6f3ad4c3db4027d495a6ecb955b17bff99b7482;hb=04897e6ba579f0cfd11453f589fc1fb24be4e820;hp=40a46aac2f82a951fc2c69061e2ccb3e8bb73be5;hpb=d349bbcc5736a3f09091788cbe6afe9cdef116cd;p=ric-plt%2Fricdms.git diff --git a/pkg/resthooks/types.go b/pkg/resthooks/types.go index 40a46aa..d6f3ad4 100644 --- a/pkg/resthooks/types.go +++ b/pkg/resthooks/types.go @@ -21,8 +21,10 @@ package resthooks import ( "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 }