Files
moby/daemon
Sebastiaan van Stijn 09191c0936 daemon/stats: fix notRunningErr / notFoundErr detected as unused (false positive)
Also looks like a false positive, but given that these were basically
testing for the `errdefs.Conflict` and `errdefs.NotFound` interfaces, I
replaced these with those;

    daemon/stats/collector.go:154:6: type `notRunningErr` is unused (unused)
    type notRunningErr interface {
         ^
    daemon/stats/collector.go:159:6: type `notFoundErr` is unused (unused)
    type notFoundErr interface {
         ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-10 13:03:34 +02:00
..
2021-06-03 21:16:21 +02:00
2021-02-23 09:49:46 +01:00
2018-02-05 16:51:57 -05:00
2017-09-06 12:05:19 -04:00
2018-04-23 13:52:44 -07:00
2019-10-17 23:49:43 +02:00
2021-06-01 21:51:23 +00:00
2019-10-17 23:49:43 +02:00
2018-02-05 16:51:57 -05:00
2019-06-07 11:54:45 +01:00
2021-06-03 21:16:21 +02:00
2021-06-01 21:51:23 +00:00
2021-06-01 23:48:32 +00:00
2021-06-03 21:16:21 +02:00
2018-02-05 16:51:57 -05:00
2021-06-01 21:51:23 +00:00
2021-02-25 12:11:50 +01:00
2021-05-31 19:06:14 +02:00
2018-02-05 16:51:57 -05:00
2018-02-05 16:51:57 -05:00
2018-02-05 16:51:57 -05:00
2018-02-05 16:51:57 -05:00
2019-06-07 11:54:45 +01:00
2021-06-01 21:51:23 +00:00
2019-09-18 12:56:54 +02:00
2021-06-01 23:48:32 +00:00
2019-09-18 12:56:54 +02:00
2021-06-01 23:48:32 +00:00
2021-06-01 23:48:32 +00:00
2018-02-05 16:51:57 -05:00
2021-06-01 21:51:23 +00:00
2020-09-09 18:23:27 +01:00
2018-02-05 16:51:57 -05:00
2018-02-05 16:51:57 -05:00
2018-02-05 16:51:57 -05:00
2018-02-05 16:51:57 -05:00
2019-09-18 12:56:54 +02:00
2019-09-18 12:56:54 +02:00
2018-04-23 13:52:44 -07:00