Files
S/proto/pb/cs_sensitive.proto
2026-02-02 21:19:34 +03:00

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 {
}