go-zero/tools/goctl/rpc/base.proto
Keson 0a9c427443
Goctl rpc patch (#117)
* remove mock generation

* add: proto project import

* update document

* remove mock generation

* add: proto project import

* update document

* remove NL

* update document

* optimize code

* add test

* add test
2020-10-10 16:19:46 +08:00

12 lines
102 B
Protocol Buffer

syntax = "proto3";
package base;
message IdRequest {
string id = 1;
}
message EmptyResponse {
}