Update proto definitions
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
syntax = "proto3";
 | 
			
		||||
package ozon.products;
 | 
			
		||||
option go_package = "./ozon";
 | 
			
		||||
option go_package = "./ozon/products";
 | 
			
		||||
 | 
			
		||||
service ProductsService {
 | 
			
		||||
  // Retrieves a list of products based on the provided request.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user