Initial code for dms server 07/8907/1
authorsubhash kumar singh <subh.singh@samsung.com>
Thu, 18 Aug 2022 08:48:35 +0000 (08:48 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Thu, 18 Aug 2022 08:48:35 +0000 (08:48 +0000)
commit8333c8b0a4fa46bcd1cf414662c602922cff8f57
tree599400e6cc9e790d693cf67f571d550cdd32ef34
parent004ddf010f157b94811766443cbee56fcfa4d00e
Initial code for dms server

This patch is initial code for setting up dms server.

Issue-ID: RIC-714
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
Change-Id: I6b3eb1f45de333deb8f54dfb25c72be8bfdd551c
cmd/ric-dms.go [new file with mode: 0644]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
pkg/restful/restful.go [new file with mode: 0644]
pkg/restful/types.go [new file with mode: 0644]
pkg/resthooks/types.go [new file with mode: 0644]
pkg/ricdms/ricdms.go [new file with mode: 0644]