mepm applcm initial code 16/3416/1
authorshashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Tue, 12 May 2020 05:36:14 +0000 (11:06 +0530)
committershashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Tue, 12 May 2020 05:36:14 +0000 (11:06 +0530)
commit973e68c113a84f5041406219dd87c0f7778ba0fe
tree98dcbae8609dfdcacff4ce7b5146ac17b93ca161
parentfcaea5fbd6164ca70d6fb92af56012d511acf20d
mepm applcm initial code

Change-Id: I24b751ed3a7881d3a8d234876520b04b889be483
13 files changed:
mecm/mepm/applcm/broker/build/Dockerfile [new file with mode: 0644]
mecm/mepm/applcm/broker/cmd/broker/main.go [new file with mode: 0644]
mecm/mepm/applcm/broker/docker-build.sh [new file with mode: 0755]
mecm/mepm/applcm/broker/go.mod
mecm/mepm/applcm/broker/go.sum
mecm/mepm/applcm/broker/pkg/handlers/adapter/dbAdapter/dbAdapter.go [new file with mode: 0644]
mecm/mepm/applcm/broker/pkg/handlers/adapter/pluginAdapter/pluginAdapter.go [new file with mode: 0644]
mecm/mepm/applcm/broker/pkg/handlers/common/common.go [new file with mode: 0644]
mecm/mepm/applcm/broker/pkg/handlers/handlers.go [new file with mode: 0644]
mecm/mepm/applcm/broker/pkg/handlers/handlersImpl.go [new file with mode: 0644]
mecm/mepm/applcm/broker/pkg/handlers/model/model.go [new file with mode: 0644]
mecm/mepm/applcm/broker/pkg/plugin/grpcclient.go
mecm/mepm/applcm/broker/start.sh [new file with mode: 0755]