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