调整lua proto编号
This commit is contained in:
@@ -2350,8 +2350,8 @@ func (x *ScriptRun) GetOs() OS {
|
||||
// ScriptCreate 创建脚本
|
||||
type ScriptCreate struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
LuaName string `protobuf:"bytes,2,opt,name=lua_name,json=luaName,proto3" json:"lua_name,omitempty"` // 要上传的脚本名称
|
||||
LuaScript string `protobuf:"bytes,1,opt,name=lua_script,json=luaScript,proto3" json:"lua_script,omitempty"` // 要调试的lua脚本
|
||||
LuaName string `protobuf:"bytes,1,opt,name=lua_name,json=luaName,proto3" json:"lua_name,omitempty"` // 要上传的脚本名称
|
||||
LuaScript string `protobuf:"bytes,2,opt,name=lua_script,json=luaScript,proto3" json:"lua_script,omitempty"` // 要调试的lua脚本
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
@@ -4893,9 +4893,9 @@ const file_cmd_proto_rawDesc = "" +
|
||||
"\rserver_openid\x18\x04 \x01(\tR\fserverOpenid\x12\x1b\n" +
|
||||
"\x02os\x18\x05 \x01(\x0e2\v.saasapi.OSR\x02os\"H\n" +
|
||||
"\fScriptCreate\x12\x19\n" +
|
||||
"\blua_name\x18\x02 \x01(\tR\aluaName\x12\x1d\n" +
|
||||
"\blua_name\x18\x01 \x01(\tR\aluaName\x12\x1d\n" +
|
||||
"\n" +
|
||||
"lua_script\x18\x01 \x01(\tR\tluaScript\"\f\n" +
|
||||
"lua_script\x18\x02 \x01(\tR\tluaScript\"\f\n" +
|
||||
"\n" +
|
||||
"ScriptList\")\n" +
|
||||
"\fScriptDelete\x12\x19\n" +
|
||||
|
||||
Reference in New Issue
Block a user