mirror of
https://github.com/zhengkai/orca.git
synced 2026-03-01 00:35:36 +08:00
up
This commit is contained in:
9
proto/req.proto
Normal file
9
proto/req.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "/pb";
|
||||
package pb;
|
||||
|
||||
message Req {
|
||||
string method = 1;
|
||||
string path = 2;
|
||||
bytes body = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user