Skip to content

Commit

Permalink
[core] Set proto User.externalId to explicit presence
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed Jul 18, 2024
1 parent 03a5022 commit 7b18e50
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
33 changes: 17 additions & 16 deletions common/protos/common.pb.go

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

2 changes: 1 addition & 1 deletion common/protos/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ option go_package = "github.com/AliceO2Group/Control/common/protos;pb";

message User {
// The unique CERN identifier of this user.
int32 externalId = 1;
optional int32 externalId = 1;
// The unique identifier of this entity.
optional int32 id = 2;
// Name of the user.
Expand Down

0 comments on commit 7b18e50

Please sign in to comment.