Merge pull request #28276 from lixiaobing10051267/masterSwarmRouter

rectify type defination for swarmRouter
This commit is contained in:
Brian Goff 2016-11-10 21:16:31 -05:00 committed by GitHub
commit bd78374618

View file

@ -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