Merge pull request #28276 from lixiaobing10051267/masterSwarmRouter

rectify type defination for swarmRouter
Upstream-commit: bd78374618dd4282445cd3b7230a22ba0b2b237d
Component: engine
This commit is contained in:
Brian Goff
2016-11-10 21:16:31 -05:00
committed by GitHub
@@ -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