mirror of https://github.com/containers/podman.git
* Add converter for URL query parameters of type map[string][]string * Add converter for URL query parameters of type time.Time * Added function to allocate and configure schema.Decoder for API use * Updated API handlers to leverage new converters, and correct handler code for filter type An encoding example for a client using filters: v := map[string][]string{ "dangling": {"true"}, } payload, err := jsoniter.MarshalToString(v) if err != nil { panic(err) } payload = "?filters=" + url.QueryEscape(payload) Signed-off-by: Jhon Honce <jhonce@redhat.com> |
||
---|---|---|
.. | ||
config.go | ||
containers.go | ||
containers_create.go | ||
containers_stats.go | ||
images.go | ||
info.go | ||
ping.go | ||
swagger.go | ||
system.go | ||
version.go |