Files
podman/pkg/api/handlers/handler.go
Jhon Honce 31112e4b08 Refactor handler packages
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>
2020-03-10 08:03:41 -07:00

7 lines
133 B
Go

package handlers
const (
DefaultApiVersion = "1.40" // See https://docs.docker.com/engine/api/v1.40/
MinimalApiVersion = "1.24"
)