InstallApp Grpc proto and server for rsync 97/107497/10
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Mon, 11 May 2020 20:03:43 +0000 (20:03 +0000)
committerEric Multanen <eric.w.multanen@intel.com>
Thu, 21 May 2020 19:33:33 +0000 (12:33 -0700)
commit864c44c57473cbb10b55607cdd6e55fac592a43d
tree55eb95ace545b567d8742c4254b0286e25b3ba32
parent10b401413dd722ef57de79ba3caaa873ed1093b8
InstallApp Grpc proto and server for rsync

Add the InstallApp GRPC proto file server code
to the resource synchronizer.

Issue-ID: MULTICLOUD-1005
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Change-Id: I8e586f1b878009fd4df53ef48aae6deded0f64ea
src/rsync/cmd/main.go
src/rsync/go.mod
src/rsync/go.sum
src/rsync/pkg/grpc/installapp/installapp.pb.go [moved from src/orchestrator/pkg/grpc/installapp/installapp.pb.go with 100% similarity]
src/rsync/pkg/grpc/installapp/installapp.proto [moved from src/orchestrator/pkg/grpc/installapp/installapp.proto with 100% similarity]
src/rsync/pkg/grpc/installappserver/installappserver.go [new file with mode: 0644]
src/rsync/pkg/grpc/register.go [new file with mode: 0644]