Move connectionhandler.go into api package 78/90478/2
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Tue, 25 Jun 2019 18:42:31 +0000 (11:42 -0700)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Wed, 26 Jun 2019 17:38:47 +0000 (10:38 -0700)
commit6b911a5168a72e8659309db7349750cdec6eb8d2
treec6bdb6aa1a528c2e653c786bab7953f8abafa550
parent8445148cf095fcc55a9ada3e2bb0fece7a065089
Move connectionhandler.go into api package

Move connectionhandler.go into api package
This brings it inline with the other API handlers

Issue-ID: MULTICLOUD-666
Change-Id: Ia3b832159f537c6d8d8ecc93b56bc9b085649f7e
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
src/k8splugin/api/api.go
src/k8splugin/api/brokerhandler_test.go
src/k8splugin/api/connectionhandler.go [moved from src/k8splugin/internal/connection/connectionhandler.go with 87% similarity]
src/k8splugin/api/defhandler_test.go
src/k8splugin/api/healthcheckhandler_test.go
src/k8splugin/api/instancehandler_test.go
src/k8splugin/api/profilehandler_test.go
src/k8splugin/cmd/main.go