Browse Source

rectify type defination for swarmRouter

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
lixiaobing10051267 8 năm trước cách đây
mục cha
commit
ac5d86a672
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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