mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-05 06:12:14 +02:00
pushing
This commit is contained in:
11
protocol/proto/Request/SendLogRequest.proto
Normal file
11
protocol/proto/Request/SendLogRequest.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
message SendLogRequest {
|
||||
enum LogType {
|
||||
TEXT = 0;
|
||||
JSON = 1;
|
||||
}
|
||||
|
||||
optional int32 seq = 1;
|
||||
repeated string msg = 2;
|
||||
optional SendLogRequest.LogType logType = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user