Quellcode durchsuchen

Merge pull request #28276 from lixiaobing10051267/masterSwarmRouter

rectify type defination for swarmRouter
Brian Goff vor 8 Jahren
Ursprung
Commit
bd78374618
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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"
 	"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 {
 type swarmRouter struct {
 	backend Backend
 	backend Backend
 	routes  []router.Route
 	routes  []router.Route