mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
feat: implement user setting store
This commit is contained in:
@ -14,6 +14,7 @@ type Store struct {
|
||||
|
||||
workspaceSettingCache sync.Map // map[string]*WorkspaceSetting
|
||||
userCache sync.Map // map[int]*User
|
||||
userSettingCache sync.Map // map[string]*UserSetting
|
||||
shortcutCache sync.Map // map[int]*Shortcut
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user