forked from TrueCloudLab/frostfs-api-go
Use expanded field naming in AccessGroup structure
This commit is contained in:
parent
7e6e30b850
commit
6ad23612c9
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -23,9 +23,9 @@ message Container {
|
||||||
|
|
||||||
message AccessGroup {
|
message AccessGroup {
|
||||||
// Group access mode.
|
// Group access mode.
|
||||||
uint32 M = 1;
|
uint32 AccessMode = 1;
|
||||||
// Group members.
|
// Group members.
|
||||||
repeated bytes G = 2 [(gogoproto.customtype) = "OwnerID", (gogoproto.nullable) = false];
|
repeated bytes UserGroup = 2 [(gogoproto.customtype) = "OwnerID", (gogoproto.nullable) = false];
|
||||||
}
|
}
|
||||||
|
|
||||||
message AccessControlList {
|
message AccessControlList {
|
||||||
|
|
Loading…
Reference in a new issue