New standard GO project layout 50/50/1
authorAbukar Mohamed <amohamed@nokia.com>
Thu, 11 Apr 2019 13:51:07 +0000 (13:51 +0000)
committerAbukar Mohamed <abukar.mohamed@nokia.com>
Thu, 11 Apr 2019 13:54:43 +0000 (13:54 +0000)
commit193caf9d7e08b84a0b9c1f0352924a7efd77e77c
treef14de124180081076f30d4042e0933be28eb8b10
parentcb4b2ad8e2f99eadea145e480da556c58b0a47b5
New standard GO project layout

By Juha Hyttinen <juha.hyttinen@nokia.com>

Change-Id: I82e73e38d4ecc96a4b827047d570b4a0da35d129
Signed-off-by: Abukar Mohamed <abukar.mohamed@nokia.com>
36 files changed:
Makefile [moved from build/Makefile with 51% similarity, mode: 0644]
README.md
api/appmgr_rest_api.json [moved from rest_api/xapp_manager_rest_api.json with 98% similarity]
cmd/appmgr/api.go [new file with mode: 0755]
cmd/appmgr/api_test.go [new file with mode: 0755]
cmd/appmgr/config.go [moved from src/config.go with 56% similarity]
cmd/appmgr/db.go [new file with mode: 0755]
cmd/appmgr/helm.go [new file with mode: 0755]
cmd/appmgr/logger.go [moved from src/logger.go with 69% similarity]
cmd/appmgr/main.go [moved from src/main.go with 89% similarity]
cmd/appmgr/subscriptions.go [new file with mode: 0755]
cmd/appmgr/subscriptions_test.go [new file with mode: 0755]
cmd/appmgr/types.go [new file with mode: 0755]
config/appmgr.yaml
docker/Dockerfile [moved from build/Dockerfile with 78% similarity]
docker/docker-entrypoint.sh [moved from build/docker-entrypoint.sh with 100% similarity]
go.mod [new file with mode: 0755]
go.sum [new file with mode: 0755]
helm_chart/appmgr/templates/deployment.yaml
helm_chart/appmgr/values.yaml
internal/sdlgo/LICENSE.txt [new file with mode: 0644]
internal/sdlgo/README [new file with mode: 0644]
internal/sdlgo/bench_test.go [new file with mode: 0644]
internal/sdlgo/go.mod [new file with mode: 0644]
internal/sdlgo/go.sum [new file with mode: 0644]
internal/sdlgo/internal/sdlgoredis/sdlgoredis.go [new file with mode: 0644]
internal/sdlgo/sdl.go [new file with mode: 0644]
internal/sdlgo/sdl_test.go [new file with mode: 0644]
scripts/appmgrcli [moved from cli/appmgrcli with 98% similarity]
src/api.go [deleted file]
src/api_test.go [deleted file]
src/helm.go [deleted file]
src/helm_test.go [deleted file]
src/subscriptions.go [deleted file]
src/subscriptions_test.go [deleted file]
src/types.go [deleted file]