mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-25 02:08:44 +08:00
0a9c427443
* 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
12 lines
102 B
Protocol Buffer
12 lines
102 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package base;
|
|
|
|
message IdRequest {
|
|
string id = 1;
|
|
}
|
|
|
|
message EmptyResponse {
|
|
|
|
}
|