Signed-off-by: mgniu <mgniu@dataman-inc.com>
| ... | ... |
@@ -6,7 +6,7 @@ import ( |
| 6 | 6 |
"github.com/docker/docker/api/server/middleware" |
| 7 | 7 |
) |
| 8 | 8 |
|
| 9 |
-// handleWithGlobalMiddlwares wraps the handler function for a request with |
|
| 9 |
+// handlerWithGlobalMiddlewares wraps the handler function for a request with |
|
| 10 | 10 |
// the server's global middlewares. The order of the middlewares is backwards, |
| 11 | 11 |
// meaning that the first in the list will be evaluated last. |
| 12 | 12 |
func (s *Server) handlerWithGlobalMiddlewares(handler httputils.APIFunc) httputils.APIFunc {
|