retry
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-09 16:20:05 +11:00
parent 3c8d18afc4
commit f7414629bc

View File

@@ -26,11 +26,10 @@ type Secret struct {
// Used for querying all secrets the user has access to // Used for querying all secrets the user has access to
type UserSecret struct { type UserSecret struct {
UserId int `db:"UserId" json:"userId"` User
GroupId int `db:"GroupId" json:"groupId"`
Group Group
Permission Permission
SafeName string `db:"SafeName"` Safe
Secret Secret
} }