This commit is contained in:
@@ -26,9 +26,10 @@ type Secret struct {
|
||||
}
|
||||
|
||||
// Used for querying all secrets the user has access to
|
||||
// Since there are some ambiguous column names (eg UserName is present in both users and secrets table), the order of fields in this struct matters
|
||||
type UserSecret struct {
|
||||
User
|
||||
Secret
|
||||
User
|
||||
//Group
|
||||
Permission
|
||||
}
|
||||
|
Reference in New Issue
Block a user