This commit is contained in:
@@ -29,9 +29,10 @@ type Secret struct {
|
||||
type UserSecret struct {
|
||||
UserId int `db:"UserId" json:"userId"`
|
||||
GroupId int `db:"GroupId" json:"groupId"`
|
||||
Secret
|
||||
Group
|
||||
Permission
|
||||
Secret
|
||||
PermissionSafeId int `db:"PermSafeId"`
|
||||
}
|
||||
|
||||
const nonceSize = 12
|
||||
|
Reference in New Issue
Block a user