Skip to content

Commit

Permalink
add uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Barber authored and Barber committed Feb 13, 2024
1 parent d3543a6 commit cfacb99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions protobuf/extensions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ message UnityWebsocketMessage {
Parameters parameters = 5;
LogLine logs = 6;
Deployments deployments = 7;
Uninstall uninstall = 8;
}
}

Expand Down Expand Up @@ -57,6 +58,12 @@ message Install {
string DeploymentName = 3;
}

message Uninstall{
string DeploymentName = 1;
string Application = 2;
bool All = 3;
}

message SimpleMessage {

string operation = 1;
Expand Down

0 comments on commit cfacb99

Please sign in to comment.