generated from VLADIMIR/template
update editor
This commit is contained in:
@@ -199,10 +199,14 @@ message GetGraphRsp {
|
||||
string label = 2;
|
||||
string name = 3;
|
||||
string text = 4;
|
||||
repeated Application applications = 5;
|
||||
}
|
||||
message Edge {
|
||||
int32 from = 1;
|
||||
int32 to = 2;
|
||||
string arrows = 3;
|
||||
}
|
||||
message Application {
|
||||
string name = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user