example.proto 77 字节
Newer Older
1 2 3 4 5 6 7
syntax = "proto3";

package protos;

message Greeting {
  string name = 1;
}