surreal_brain_app #3

Merged
ghe0 merged 4 commits from surreal_brain_app into surreal_brain 2025-05-19 21:14:43 +00:00
Showing only changes of commit da0f3269a3 - Show all commits

@ -44,10 +44,9 @@ message AppResource {
message NewAppRes { message NewAppRes {
string uuid = 1; string uuid = 1;
string status = 2; string ip_address = 2;
string ip_address = 3; repeated common_proto.MappedPort mapped_ports = 3;
repeated common_proto.MappedPort mapped_ports = 4; string error = 4;
string error = 5;
} }