8 lines
149 B
Protocol Buffer
8 lines
149 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message StopServerInfo {
|
|
string content_msg = 4;
|
|
string url = 3;
|
|
uint32 stop_begin_time = 1;
|
|
uint32 stop_end_time = 2;
|
|
}
|