瀏覽代碼

Merge pull request #28276 from lixiaobing10051267/masterSwarmRouter

rectify type defination for swarmRouter
Brian Goff 8 年之前
父節點
當前提交
bd78374618
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/server/router/swarm/cluster.go

+ 1 - 1
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