mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 16:13:45 +08:00 
			
		
		
		
	build: support statuscode response for print requests
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
		| @@ -88,8 +88,9 @@ type Options struct { | ||||
| } | ||||
|  | ||||
| type PrintFunc struct { | ||||
| 	Name   string | ||||
| 	Format string | ||||
| 	Name         string | ||||
| 	Format       string | ||||
| 	IgnoreStatus bool | ||||
| } | ||||
|  | ||||
| type Inputs struct { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tonis Tiigi
					Tonis Tiigi