|
|
|
@@ -18,7 +18,7 @@ message JobManagerReq{ |
|
|
|
message ListJobManagerResp{ |
|
|
|
string code = 1; // @gotags: copier:"Code", json:"code" |
|
|
|
string msg = 2; // @gotags: copier:"Msg", json:"msg" |
|
|
|
repeated JobManager data = 3; // @gotags: copier:"JobManagers", json:"data" |
|
|
|
repeated JobManager job_managers = 3; // @gotags: copier:"JobManagers", json:"data" |
|
|
|
} |
|
|
|
/******************Cluster End*************************/ |
|
|
|
|
|
|
|
|