go-zero/tools/goctl/rpc/parser/test_option2.proto

10 lines
128 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package stream;
message placeholder {}
service greet {
rpc hello (placeholder) returns (placeholder);
}