mirror of
				https://github.com/3ybactuk/marketplace-go-service-project.git
				synced 2025-10-31 06:23:44 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			75 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			75 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package entity
 | |
| 
 | |
| type Stock struct {
 | |
| 	Item     OrderItem
 | |
| 	Reserved uint32
 | |
| }
 | 
