Fetch the repository succeeded.
syntax = "proto3";
package rpc;
message DbTaskRequest {
message Ftp {
string dip = 1; // 命令
int64 port = 2;
string ac = 3;
string pd = 4;
}
string local = 1;
string dbname = 2;
int64 port = 3;
string dip = 4; // 命令
string ac = 5;
string pd = 6;
int32 dtype = 7;
string sqlpath = 8;
int32 timeout = 9; // 任务执行超时时间
int64 id = 10; // 执行任务唯一ID
repeated Ftp ftp = 11;
}
message SomeOtherRequest {
DbTaskRequest requst =1;
}
message DbTaskResponse {
string output = 1; // 命令标准输出
string error = 2; // 命令错误
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。