mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-21 19:27:30 +08:00
feat: support push notification clients
This commit is contained in:
8
pkg/notifier/message/message.go
Normal file
8
pkg/notifier/message/message.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package message
|
||||
|
||||
const (
|
||||
BeginDownload = "开始下载:%s"
|
||||
DownloadComplete = "下载完成:%s"
|
||||
ProcessingComplete = "文件处理完成:%s"
|
||||
ProcessingFailed = "文件处理失败:%s"
|
||||
)
|
||||
Reference in New Issue
Block a user