11 lines
144 B
Protocol Buffer
11 lines
144 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package Byway.Thrift.Data.Net;
|
|
|
|
option go_package = "../msg";
|
|
|
|
message ReqAdminGm{
|
|
int64 Uid = 1;
|
|
string Command = 2;
|
|
}
|