mirror of https://github.com/docker/cli.git
9eceaa926f
In file `api/types/client.go`, some of the "*Options{}" structs own a `Filters` field while some else have the name of `Filter`, this commit will rename all `Filter` to `Filters` for consistency. Also `Filters` is consistent with API with format `/xxx?filters=xxx`, that's why `Filters` is the right name. Signed-off-by: Zhang Wei <zhangwei555@huawei.com> |
||
---|---|---|
.. | ||
cmd.go | ||
common.go | ||
config.go | ||
deploy.go | ||
list.go | ||
opts.go | ||
ps.go | ||
remove.go | ||
services.go |