Update proto definitions

This commit is contained in:
2025-05-25 22:21:44 +03:00
parent 84deae824a
commit f640db172d

View File

@@ -1,6 +1,6 @@
syntax = "proto3"; syntax = "proto3";
package ozon.products; package ozon.products;
option go_package = "ozon"; option go_package = "./ozon";
service ProductsService { service ProductsService {
// Retrieves a list of products based on the provided request. // Retrieves a list of products based on the provided request.