Swagger-baser server REST API interface 34/1634/1 v0.2.0
authorMohamed Abukar <abukar.mohamed@nokia.com>
Wed, 13 Nov 2019 15:57:15 +0000 (17:57 +0200)
committerMohamed Abukar <abukar.mohamed@nokia.com>
Sat, 16 Nov 2019 15:40:54 +0000 (17:40 +0200)
commit34e4383c438f87023bc411d9b0baa4a828a7e306
treedd1c047ada171b3d5d9e389383d3cbf5e2942aa8
parent4703b1a7457cf072640adbc0f5487a0675f5b6d3
Swagger-baser server REST API interface

Change-Id: Ic2057a93bd9dfbb19c3b00cc497a4243120c6662
Signed-off-by: Mohamed Abukar <abukar.mohamed@nokia.com>
27 files changed:
Dockerfile [changed mode: 0644->0755]
api/appmgr_rest_api.json [deleted file]
api/appmgr_rest_api.yaml
build/make.go.mk [changed mode: 0644->0755]
cmd/appmgr.go [moved from cmd/appmgr/main.go with 83% similarity]
cmd/appmgr/api_test.go [deleted file]
cmd/appmgr/db.go [deleted file]
cmd/appmgr/subscriptions.go [deleted file]
cmd/appmgr/subscriptions_test.go [deleted file]
cmd/appmgr/types.go [deleted file]
container-tag.yaml [changed mode: 0644->0755]
go.mod
go.sum
pkg/appmgr/appmgr.go [moved from cmd/appmgr/config.go with 75% similarity]
pkg/appmgr/types.go [new file with mode: 0755]
pkg/cm/cm.go [moved from cmd/appmgr/desc.go with 51% similarity]
pkg/cm/cm_test.go [moved from cmd/appmgr/desc_test.go with 59% similarity]
pkg/helm/helm.go [moved from cmd/appmgr/helm.go with 57% similarity]
pkg/helm/helm_test.go [moved from cmd/appmgr/helm_test.go with 53% similarity]
pkg/logger/logger.go [moved from cmd/appmgr/logger.go with 87% similarity]
pkg/restful/restful.go [new file with mode: 0755]
pkg/restful/types.go [new file with mode: 0755]
pkg/resthooks/resthooks.go [new file with mode: 0755]
pkg/resthooks/resthooks_test.go [new file with mode: 0755]
pkg/resthooks/types.go [new file with mode: 0755]
pkg/util/util.go [new file with mode: 0755]
scripts/appmgrcli