Files
orca/proto/req.proto
Zheng Kai 049277f1f6 up
2023-03-30 11:14:35 +08:00

10 lines
130 B
Protocol Buffer

syntax = "proto3";
option go_package = "/pb";
package pb;
message Req {
string method = 1;
string path = 2;
bytes body = 3;
}