Instantiation and termination of a given context implementation. 69/109369/8
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Fri, 19 Jun 2020 17:54:58 +0000 (17:54 +0000)
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Wed, 24 Jun 2020 22:58:20 +0000 (22:58 +0000)
commit81c8ffaa3046245caf3aff5bffe2b971d497ac3d
tree92804e8f522fa2ec352b4d3bea16d8c2abc645ac
parent7b860ae60bf9686b449ab2fe3f18c33944bdd71c
Instantiation and termination of a given context implementation.

Issue-ID: MULTICLOUD-1005
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Change-Id: I60e11aaad97b60efc24a02866dc0e580507e5296
src/rsync/cmd/main.go
src/rsync/go.mod
src/rsync/go.sum
src/rsync/pkg/app/client.go [new file with mode: 0644]
src/rsync/pkg/connector/connector.go [new file with mode: 0644]
src/rsync/pkg/context/context.go [new file with mode: 0644]
src/rsync/pkg/grpc/installappserver/installappserver.go
src/rsync/pkg/internal/config/config.go [new file with mode: 0644]
src/rsync/pkg/internal/utils.go [new file with mode: 0644]
src/rsync/pkg/resource/resource.go [new file with mode: 0644]