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
Sebastiaan van Stijn 97c5ae25c4
Replace uses of filters.Include() with filters.Contains()
The `filters.Include()` method was deprecated in favor of `filters.Contains()`
in 065118390a, but still used in various
locations.

This patch replaces uses of `filters.Include()` with `filters.Contains()`.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-09-26 13:39:56 +02:00
..
build Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
checkpoint Use function arguments for route setup. 2017-04-12 08:43:51 -04:00
container Add unconvert linter 2017-08-24 15:08:31 -04:00
debug Enable pprof/debug endpoints by default 2017-07-17 15:01:30 -04:00
distribution api: Only return a Platform when relevant information is available 2017-05-17 18:42:16 -07:00
image Add unconvert linter 2017-08-24 15:08:31 -04:00
network Replace uses of filters.Include() with filters.Contains() 2017-09-26 13:39:56 +02:00
plugin Make plugin emit strongly typed, consumable events 2017-07-06 14:26:06 -04:00
session Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
swarm Add gosimple linter 2017-09-12 12:09:59 -04:00
system Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
volume Honor context cancellation when pruning 2017-04-24 09:11:29 -07:00
experimental.go Remove string checking in API error handling 2017-08-15 16:01:11 -04:00
local.go Use function arguments for route setup. 2017-04-12 08:43:51 -04:00
router.go Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00