Health check API for service 22/8922/1
authorsubhash kumar singh <subh.singh@samsung.com>
Tue, 23 Aug 2022 10:26:13 +0000 (10:26 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Tue, 23 Aug 2022 10:26:13 +0000 (10:26 +0000)
commitcd6cc6ad28c32ccce6a2833917f7408a798e45fc
treef2fad2be63307bbc95d2622c38d9ba72d9ce9bc7
parentfbfb25a4dfffda5f400508e49fd46401934453de
Health check API for service

Impleted health check API for the RICDMS service.

Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I770499e6164b72864414c646d14d64f0ce9585b4
go.mod
go.sum
pkg/health/health.go [new file with mode: 0644]
pkg/restful/restful.go
pkg/resthooks/resthooks.go [new file with mode: 0644]
pkg/resthooks/resthooks_test.go [new file with mode: 0644]
pkg/resthooks/types.go