Health check API for service
[ric-plt/ricdms.git] / pkg / resthooks / types.go
index 7c3df5d..40a46aa 100644 (file)
 //
 package resthooks
 
+import (
+       "gerrit.o-ran-sc.org/r/ric-plt/ricdms/pkg/health"
+)
+
 type Resthook struct {
+       HealthChecker health.IHealthChecker
 }