Use expanded field naming in AccessGroup structure

This commit is contained in:
Leonard Lyubich 2019-12-17 19:48:44 +03:00
parent 7e6e30b850
commit 6ad23612c9
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -23,9 +23,9 @@ message Container {
message AccessGroup {
// Group access mode.
uint32 M = 1;
uint32 AccessMode = 1;
// Group members.
repeated bytes G = 2 [(gogoproto.customtype) = "OwnerID", (gogoproto.nullable) = false];
repeated bytes UserGroup = 2 [(gogoproto.customtype) = "OwnerID", (gogoproto.nullable) = false];
}
message AccessControlList {