Skip to content

Commit

Permalink
Changed uint32 to uint64 in proto file
Browse files Browse the repository at this point in the history
Signed-off-by: nyagamunene <[email protected]>
  • Loading branch information
nyagamunene committed Apr 3, 2024
1 parent 2c1fee9 commit 25338e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions auth.pb.go

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

6 changes: 3 additions & 3 deletions auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ message IdentityRes {
message IssueReq {
string user_id = 1;
optional string domain_id = 2;
uint32 type = 3;
uint64 type = 3;
}

message RefreshReq {
Expand Down Expand Up @@ -133,7 +133,7 @@ message ListObjectsReq {
string object = 7;
string object_type = 8;
string nextPageToken = 9;
int32 limit = 10;
uint64 limit = 10;
}

message ListObjectsRes {
Expand Down Expand Up @@ -165,7 +165,7 @@ message ListSubjectsReq {
string object = 7;
string object_type = 8;
string nextPageToken = 9;
int32 limit = 10;
uint64 limit = 10;
}

message ListSubjectsRes {
Expand Down

0 comments on commit 25338e3

Please sign in to comment.