mirror of
				https://github.com/containers/podman.git
				synced 2025-11-01 02:42:11 +08:00 
			
		
		
		
	 31112e4b08
			
		
	
	31112e4b08
	
	
	
		
			
			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"
 | |
| )
 |