mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
f4106b46db
We are using interface in the api routers to not explicitely depend on the daemon struct (`daemon.Daemon`), but somehow, we do depend on the `daemon` package for the cluster functionalities. This removes this dependency by defining the correct interfaces. Signed-off-by: Vincent Demeester <vincent@sbr.pm> |
||
---|---|---|
.. | ||
backend/build | ||
httputils | ||
middleware | ||
router | ||
middleware.go | ||
router_swapper.go | ||
server.go | ||
server_test.go |