Skip to content

Commit

Permalink
add skipRestore field to RestoreItemActionExecuteResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
skriss committed Apr 2, 2019
1 parent 7298a4e commit 2293e00
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 19 deletions.
47 changes: 28 additions & 19 deletions pkg/plugin/generated/RestoreItemAction.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 pkg/plugin/proto/RestoreItemAction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ message RestoreItemActionExecuteRequest {
message RestoreItemActionExecuteResponse {
bytes item = 1;
repeated ResourceIdentifier additionalItems = 2;
bool skipRestore = 3;
}

service RestoreItemAction {
Expand Down

0 comments on commit 2293e00

Please sign in to comment.