mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-09 17:48:20 +00:00
fix group membership operation fields
This commit is contained in:
parent
1de6f6a815
commit
279d245d86
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,8 @@ import (
|
|||
|
||||
// GroupMembershipOperation creates/modifies/deletes a group membership
|
||||
type GroupMembershipOperation struct {
|
||||
GroupMembership
|
||||
UserID string
|
||||
IsGroupManager bool
|
||||
Delete bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue