mirror of
				https://github.com/3ybactuk/marketplace-go-service-project.git
				synced 2025-10-30 22:13:44 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| @startuml
 | |
| 
 | |
| actor User as u
 | |
| collections LOMS as l
 | |
| database StocksStorage as ss
 | |
| 
 | |
| u -> l : gRPC Loms.StocksInfo\n\t- sku
 | |
| activate l
 | |
| 
 | |
| l -> ss : stocks.GetBySKU()
 | |
| 
 | |
| l -> u : Response: OK (code_id=0)\n- count
 | |
| deactivate l
 | |
| 
 | |
| @enduml
 | 
