6 lines
79 B
Protocol Buffer
6 lines
79 B
Protocol Buffer
syntax = "proto3";
|
|
package yandexmarket.products;
|
|
|
|
|
|
service ProductsService {
|
|
} |