1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-03 23:30:39 +02:00
Files
CasaOS/types/notify.go

18 lines
223 B
Go
Raw Normal View History

2021-09-26 10:35:02 +08:00
package types
const (
NOTIFY_DYNAMICE = iota
NOTIFY_UNREAD
NOTIFY_READ
)
const (
NOTIFY_TYPE_UNIMPORTANT = iota + 1
NOTIFY_TYPE_NEED_CONFIRM
NOTIFY_TYPE_ERROR
NOTIFY_TYPE_INSTALL_LOG
)
2022-02-17 18:43:25 +08:00
const (
NOTIFY_APP = iota
)