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> |
||
---|---|---|
.. | ||
docs.go | ||
handler_api.go | ||
listener_api.go | ||
register_auth.go | ||
register_containers.go | ||
register_distribution.go | ||
register_events.go | ||
register_healthcheck.go | ||
register_images.go | ||
register_info.go | ||
register_monitor.go | ||
register_ping.go | ||
register_plugins.go | ||
register_pods.go | ||
register_swarm.go | ||
register_system.go | ||
register_version.go | ||
register_volumes.go | ||
server.go | ||
swagger.go |