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
type UserSecret struct {
UserId int `db:"UserId" json:"userId"`
GroupId int `db:"GroupId" json:"groupId"`
User
Group
Permission
SafeName string `db:"SafeName"`
Safe
Secret
}