create UserManager

This commit is contained in:
Henry Dollman
2024-09-14 15:45:57 -04:00
parent c8743201a2
commit 8ce605d65e
3 changed files with 72 additions and 53 deletions

View File

@@ -1,8 +0,0 @@
package user
type UserSettings struct {
// Language string `json:"lang"`
ChartTime string `json:"chartTime"`
NotificationEmails []string `json:"emails"`
NotificationWebhooks []string `json:"webhooks"`
}