Update proto definitions

This commit is contained in:
2025-05-25 22:22:39 +03:00
parent b58f68bc74
commit 758fa0c6b4

View File

@@ -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.