rename to protorpc and jsonrpc
This commit is contained in:
12
codec/protorpc/envelope.proto
Normal file
12
codec/protorpc/envelope.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
package protorpc;
|
||||
|
||||
message Request {
|
||||
optional string service_method = 1;
|
||||
optional fixed64 seq = 2;
|
||||
}
|
||||
|
||||
message Response {
|
||||
optional string service_method = 1;
|
||||
optional fixed64 seq = 2;
|
||||
optional string error = 3;
|
||||
}
|
Reference in New Issue
Block a user