first commit
This commit is contained in:
6
ozon/products.proto
Normal file
6
ozon/products.proto
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
package ozon.products;
|
||||||
|
|
||||||
|
|
||||||
|
service ProductsService {
|
||||||
|
}
|
||||||
6
wb/products.proto
Normal file
6
wb/products.proto
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
package wb.products;
|
||||||
|
|
||||||
|
|
||||||
|
service ProductsService {
|
||||||
|
}
|
||||||
6
yandexmarket/products.proto
Normal file
6
yandexmarket/products.proto
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
package yandexmarket.products;
|
||||||
|
|
||||||
|
|
||||||
|
service ProductsService {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user