mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 16:30:25 +08:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			139 B
		
	
	
	
		
			Go
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			139 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 
								 | 
							
								package form
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								type ImageOp struct {
							 | 
						||
| 
								 | 
							
									Host    string `json:"host" binding:"required"`
							 | 
						||
| 
								 | 
							
									ImageId string `json:"imageId" binding:"required"`
							 | 
						||
| 
								 | 
							
								}
							 |