mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
feat: add role field to user
This commit is contained in:
@ -13,7 +13,7 @@ type Store struct {
|
||||
profile *profile.Profile
|
||||
|
||||
userCache sync.Map // map[int]*userRaw
|
||||
workspaceCache sync.Map // map[int]*memoRaw
|
||||
workspaceCache sync.Map // map[int]*workspaceRaw
|
||||
shortcutCache sync.Map // map[int]*shortcutRaw
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user