try other things
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-09 16:47:48 +11:00
parent c131674227
commit e57bfbdffe

View File

@@ -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