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