This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user