moby--moby/api/server/router/network
Sebastiaan van Stijn a4efe66cf2
Replace uses of filters.ToParam(), FromParam() with filters.ToJSON(), FromJSON()
`filters.ToParam()` and `filters.FromParam()` were deprecated in favor of
`filters.ToJSON()` and `filters.FromJSON()` in 065118390a,
but still used in various locations.

This patch replaces uses of `filters.ToParam()` and  `filters.FromParam()` with
`filters.ToJSON()` and `filters.FromJSON()`.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-09-26 13:59:45 +02:00
..
backend.go Honor context cancellation when pruning 2017-04-24 09:11:29 -07:00
filter.go Replace uses of filters.Include() with filters.Contains() 2017-09-26 13:39:56 +02:00
filter_test.go Add `--filter scope=swarm|local` for `docker network ls` 2017-03-23 18:48:11 -07:00
network.go Honor context cancellation when pruning 2017-04-24 09:11:29 -07:00
network_routes.go Replace uses of filters.ToParam(), FromParam() with filters.ToJSON(), FromJSON() 2017-09-26 13:59:45 +02:00