From 1a60835f0f4a55de951053a9c9fadc127e52779e Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Fri, 11 Nov 2016 10:45:48 +0800 Subject: [PATCH] rectify type defination for swarmRouter Signed-off-by: lixiaobing10051267 Upstream-commit: ac5d86a672c9b46f2c26540690fcbd92c25715dc Component: engine --- components/engine/api/server/router/swarm/cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/api/server/router/swarm/cluster.go b/components/engine/api/server/router/swarm/cluster.go index e31c6ad075..e7181a4d1b 100644 --- a/components/engine/api/server/router/swarm/cluster.go +++ b/components/engine/api/server/router/swarm/cluster.go @@ -5,7 +5,7 @@ import ( "github.com/docker/docker/daemon" ) -// buildRouter is a router to talk with the build controller +// swarmRouter is a router to talk with the build controller type swarmRouter struct { backend Backend routes []router.Route