mirror of
https://git.xeondev.com/LR/S.git
synced 2026-02-04 06:55:06 +01:00
11 lines
154 B
Protocol Buffer
11 lines
154 B
Protocol Buffer
syntax = "proto3";
|
|
package proto;
|
|
|
|
option go_package = "/csproto";
|
|
|
|
message CS_CHECK_SENSITIVE {
|
|
string content = 1;
|
|
}
|
|
message SC_CHECK_SENSITIVE {
|
|
}
|