mirror of
https://git.xeondev.com/LR/S.git
synced 2026-02-04 06:55:06 +01:00
Release 0.1.0
This commit is contained in:
13
proto/pb/cs_tools.proto
Normal file
13
proto/pb/cs_tools.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
package proto;
|
||||
|
||||
option go_package = "/csproto";
|
||||
|
||||
message SC_SYNC_CLIENT_REMOTE_TASK {
|
||||
string task_id = 1;
|
||||
string content = 2;
|
||||
}
|
||||
message CS_REPORT_CLIENT_REMOTE_TASK_RET {
|
||||
string task_id = 1;
|
||||
string result = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user