mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08: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>
7 lines
133 B
Go
7 lines
133 B
Go
package handlers
|
|
|
|
const (
|
|
DefaultApiVersion = "1.40" // See https://docs.docker.com/engine/api/v1.40/
|
|
MinimalApiVersion = "1.24"
|
|
)
|