Commit 288bf6f9 authored by vicotor's avatar vicotor

update nodemanager

parent e3d58e05
This diff is collapsed.
...@@ -30,7 +30,10 @@ enum ModelStatusType { ...@@ -30,7 +30,10 @@ enum ModelStatusType {
message ModelOperate { message ModelOperate {
string model_id = 1; string model_id = 1;
ModelOperateType operate = 2; string image_name = 2;
string username = 3;
string password = 4;
ModelOperateType operate = 5;
} }
message ModelStatus { message ModelStatus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment