Move controller module into separate package 87/107587/1
authorEric Multanen <eric.w.multanen@intel.com>
Tue, 12 May 2020 21:28:33 +0000 (14:28 -0700)
committerEric Multanen <eric.w.multanen@intel.com>
Wed, 13 May 2020 00:04:18 +0000 (17:04 -0700)
commitbd3e69e7a26aaa00d3367f1eeb78e91e63ebd404
treec3188dc4f1d5a1215d27cc73d1b2fac038f23ba8
parenteafedad99d1bc3ea0ffa2fb82bb8be6b7687e335
Move controller module into separate package

Move the controller part of the module package
into a separate controller package.

Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: Id07c1012aeff8a72458b37d42671495510cade75
src/orchestrator/api/api.go
src/orchestrator/api/controllerhandler.go
src/orchestrator/api/controllerhandler_test.go
src/orchestrator/cmd/main.go
src/orchestrator/pkg/module/controller/controller.go [moved from src/orchestrator/pkg/module/controller.go with 96% similarity]
src/orchestrator/pkg/module/controller/controller_test.go [moved from src/orchestrator/pkg/module/controller_test.go with 96% similarity]
src/orchestrator/pkg/module/module.go
src/orchestrator/pkg/module/types/types.go [new file with mode: 0644]