mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 18:00:24 +08:00
12 lines
102 B
Protocol Buffer
12 lines
102 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package base;
|
||
|
|
||
|
message IdRequest {
|
||
|
string id = 1;
|
||
|
}
|
||
|
|
||
|
message EmptyResponse {
|
||
|
|
||
|
}
|