Skip to content

Commit

Permalink
feat: add created_by to revision (goto#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanarya0 committed Jul 25, 2023
1 parent f76f42a commit 6258d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gotocompany/entropy/v1beta1/resource.proto
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ message ResourceRevision {

ResourceSpec spec = 5;
string reason = 6;
string created_by = 7;
}

message GetResourceRevisionsRequest {
Expand Down

0 comments on commit 6258d55

Please sign in to comment.