Skip to content

Commit 7b18e50

Browse files
committed
[core] Set proto User.externalId to explicit presence
1 parent 03a5022 commit 7b18e50

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

common/protos/common.pb.go

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/protos/common.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ option go_package = "github.com/AliceO2Group/Control/common/protos;pb";
3333

3434
message User {
3535
// The unique CERN identifier of this user.
36-
int32 externalId = 1;
36+
optional int32 externalId = 1;
3737
// The unique identifier of this entity.
3838
optional int32 id = 2;
3939
// Name of the user.

0 commit comments

Comments
 (0)