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