mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
refactor: notification module
This commit is contained in:
parent
34fa4eb204
commit
ab46d1de7e
41 changed files with 3989 additions and 2411 deletions
|
@ -13,5 +13,6 @@ type Notification struct {
|
|||
Model
|
||||
Type NotificationType `json:"type"`
|
||||
Title string `json:"title"`
|
||||
Details string `json:"details"`
|
||||
Content string `json:"content"`
|
||||
Details any `json:"details" gorm:"serializer:json"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue