Skip to content

Commit

Permalink
add undelete app hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Barber authored and Barber committed Feb 16, 2024
1 parent 09aaa90 commit 3d80131
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 70 deletions.
150 changes: 80 additions & 70 deletions marketplace/extensions.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions protobuf/extensions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ message Install {
message Uninstall{
string DeploymentName = 1;
string Application = 2;
string DisplayName = 4;
bool All = 3;
}

Expand Down

0 comments on commit 3d80131

Please sign in to comment.