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 { type UserSecret struct {
UserId int `db:"UserId" json:"userId"` UserId int `db:"UserId" json:"userId"`
GroupId int `db:"GroupId" json:"groupId"` GroupId int `db:"GroupId" json:"groupId"`
Secret
Group Group
Permission Permission
Secret PermissionSafeId int `db:"PermSafeId"`
} }
const nonceSize = 12 const nonceSize = 12