Adds PUT api to v2/projects 92/110392/5
authorLarry Sachs <larry.j.sachs@intel.com>
Tue, 21 Jul 2020 05:46:49 +0000 (22:46 -0700)
committerLarry Sachs <larry.j.sachs@intel.com>
Fri, 24 Jul 2020 21:05:40 +0000 (14:05 -0700)
commitb102d4ab1a47809f514213eb1f997d4f60893c9f
treea9e5d8e345d5e06bbff305f0d557f6452c040ff8
parent783ed87fb39a8aa25e303e97aff2170dca059068
Adds PUT api to v2/projects

Add functionality to support the PUT api for v2/projects/{project-name}
Also add unit tests for the PUT api

Issue-ID: MULTICLOUD-1130
Change-Id: Ia271569c5f0dec3152952e64171fd5a182aaa333
Signed-off-by: Larry Sachs <larry.j.sachs@intel.com>
src/orchestrator/api/api.go
src/orchestrator/api/projecthandler.go
src/orchestrator/api/projecthandler_test.go
src/orchestrator/examples/example_module.go
src/orchestrator/pkg/module/project.go
src/orchestrator/pkg/module/project_test.go