Add Composite Application API 67/101767/5
authorSrivahni Chivukula <srivahni.chivukula@intel.com>
Fri, 14 Feb 2020 13:11:08 +0000 (05:11 -0800)
committerSrivahni Chivukula <srivahni.chivukula@intel.com>
Thu, 20 Feb 2020 11:41:00 +0000 (03:41 -0800)
commitb11b37f11fa45ab149e8a88a183b70f077c0f48e
treea9e0d2c0c65d7d822a736caf4e093f7df2f5aed3
parent38df1b0ee0f1d6cd3bf11f94adf7c952f32c191c
Add Composite Application API

Implemented Composite application API and added create,
get and delete handlers for the composite applications.

Formatted Project related .go files

Issue-ID: MULTICLOUD-994
Signed-off-by: Srivahni Chivukula <srivahni.chivukula@intel.com>
Change-Id: I7cef1a2c75f8cb39f397dcbb3f5d7bb2a57b4a72
src/orchestrator/api/api.go
src/orchestrator/api/composite_app_handler.go [new file with mode: 0644]
src/orchestrator/api/projecthandler_test.go
src/orchestrator/cmd/main.go
src/orchestrator/pkg/module/compositeapp.go [new file with mode: 0644]
src/orchestrator/pkg/module/module.go
src/orchestrator/pkg/module/project.go
src/orchestrator/pkg/module/project_test.go