Add mep agent lib and sample app 70/3470/4
authorkhemendra kumar <khemendra.kumar@huawei.com>
Fri, 15 May 2020 19:24:24 +0000 (00:54 +0530)
committerGaurav Agrawal <gaurav.agrawal@huawei.com>
Sat, 16 May 2020 18:17:13 +0000 (18:17 +0000)
commite6b0508c50f07c751a781f57265a4a5a016b6e71
tree393efe07163def68521b7545d550de2e997c5219
parentd3ad85c9b9cdbb73e921d5b107721fd72d289a07
Add mep agent lib and sample app

Change-Id: Idc007a38bde441c903d79bdb1312591dd0e02107
14 files changed:
mep/mepagent/README.md [new file with mode: 0644]
mep/mepagent/SampleApp/Dockerfile [new file with mode: 0644]
mep/mepagent/SampleApp/LICENSE [new file with mode: 0644]
mep/mepagent/SampleApp/README.md [new file with mode: 0644]
mep/mepagent/SampleApp/conf/app_instance_info.yaml [new file with mode: 0644]
mep/mepagent/SampleApp/go.mod [new file with mode: 0644]
mep/mepagent/SampleApp/go.sum [new file with mode: 0644]
mep/mepagent/SampleApp/mepagent.yaml [new file with mode: 0644]
mep/mepagent/SampleApp/src/main/main.go [new file with mode: 0644]
mep/mepagent/pkg/model/instance.go [new file with mode: 0644]
mep/mepagent/pkg/service/register.go [new file with mode: 0644]
mep/mepagent/pkg/service/util.go [new file with mode: 0644]
mep/mepagent/test/register_test.go [new file with mode: 0644]
mep/mepagent/test/util_test.go [new file with mode: 0644]