This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
ProtoBufTest/proto/request.proto

8 lines
67 B
Protocol Buffer

package Messages;
message Request
{
optional string text = 1;
}