mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 01:15:44 +00:00
To help with packaging, the handlers in pkg/api/handlers are now found in pkg/api/handler/compat. Signed-off-by: Jhon Honce <jhonce@redhat.com>
6 lines
133 B
Go
6 lines
133 B
Go
package handlers
|
|
|
|
const (
|
|
DefaultApiVersion = "1.40" // See https://docs.docker.com/engine/api/v1.40/
|
|
MinimalApiVersion = "1.24"
|
|
)
|