Skip to content

Commit

Permalink
feat: add created_by & updated_by to resource (goto#40)
Browse files Browse the repository at this point in the history
* feat: add created_by & updated_by to resource

* fix: place the new fields at last
  • Loading branch information
ishanarya0 authored Jul 27, 2023
1 parent 6258d55 commit ec06634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gotocompany/entropy/v1beta1/resource.proto
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ message Resource {

ResourceSpec spec = 8;
ResourceState state = 9;

string created_by = 10;
string updated_by = 11;
}

message ListResourcesRequest {
Expand Down

0 comments on commit ec06634

Please sign in to comment.