1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/events
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
..
testutils test: fix trivial code convention noncompliance 2016-09-12 07:36:52 +00:00
events.go support cluster events 2017-05-17 11:46:30 -07:00
events_test.go Spelling fixes 2017-07-03 13:13:09 -07:00
filter.go Replace uses of filters.Include() with filters.Contains() 2017-09-26 13:39:56 +02:00
metrics.go Add basic prometheus support 2016-10-27 10:34:38 -07:00