diff --git a/src/function-run/nodejs/Dockerfile b/function-run/nodejs/Dockerfile similarity index 100% rename from src/function-run/nodejs/Dockerfile rename to function-run/nodejs/Dockerfile diff --git a/src/function-run/nodejs/package.json b/function-run/nodejs/package.json similarity index 100% rename from src/function-run/nodejs/package.json rename to function-run/nodejs/package.json diff --git a/src/function-run/nodejs/server.js b/function-run/nodejs/server.js similarity index 100% rename from src/function-run/nodejs/server.js rename to function-run/nodejs/server.js diff --git a/src/function-run/nodejs/test/test.js b/function-run/nodejs/test/test.js similarity index 100% rename from src/function-run/nodejs/test/test.js rename to function-run/nodejs/test/test.js diff --git a/src/function-run/nodejs/test/test.sh b/function-run/nodejs/test/test.sh similarity index 100% rename from src/function-run/nodejs/test/test.sh rename to function-run/nodejs/test/test.sh diff --git a/src/router/functionHandler.go b/router/functionHandler.go similarity index 100% rename from src/router/functionHandler.go rename to router/functionHandler.go diff --git a/src/router/functionHandler_test.go b/router/functionHandler_test.go similarity index 100% rename from src/router/functionHandler_test.go rename to router/functionHandler_test.go diff --git a/src/router/functionServiceMap.go b/router/functionServiceMap.go similarity index 100% rename from src/router/functionServiceMap.go rename to router/functionServiceMap.go diff --git a/src/router/functionServiceMap_test.go b/router/functionServiceMap_test.go similarity index 100% rename from src/router/functionServiceMap_test.go rename to router/functionServiceMap_test.go diff --git a/src/router/httpTriggers.go b/router/httpTriggers.go similarity index 100% rename from src/router/httpTriggers.go rename to router/httpTriggers.go diff --git a/src/router/mutablemux.go b/router/mutablemux.go similarity index 100% rename from src/router/mutablemux.go rename to router/mutablemux.go diff --git a/src/router/mutablemux_test.go b/router/mutablemux_test.go similarity index 100% rename from src/router/mutablemux_test.go rename to router/mutablemux_test.go diff --git a/src/router/router.go b/router/router.go similarity index 100% rename from src/router/router.go rename to router/router.go diff --git a/src/router/router_test.go b/router/router_test.go similarity index 100% rename from src/router/router_test.go rename to router/router_test.go diff --git a/src/router/util_test.go b/router/util_test.go similarity index 100% rename from src/router/util_test.go rename to router/util_test.go