2020-06-11 13:55:12 +02:00

9 lines
133 B
Protocol Buffer

syntax = "proto3";
package hello;
// Greeting represents a message you can tell a user.
message Greeting {
string message = 1;
}