1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/router/system
Vincent Demeester f4106b46db
Remove daemon dependency on api packages
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>
2018-04-20 11:06:40 +02:00
..
backend.go Remove daemon dependency on api packages 2018-04-20 11:06:40 +02:00
system.go Remove daemon dependency on api packages 2018-04-20 11:06:40 +02:00
system_routes.go Support cancellation in directory.Size() 2018-03-29 15:49:15 -04:00