搭建专属于你的消息推送服务,支持多种消息推送方式,支持 Markdown,基于 Golang 仅单可执行文件,开箱即用
Go to file
2022-11-22 17:52:44 +08:00
.github/workflows init: reinitialize from gin-template 2022-11-11 15:35:02 +08:00
channel feat: now user are able to configure channels 2022-11-22 17:52:44 +08:00
common chore: sync with gin-template 2022-11-22 11:04:06 +08:00
controller feat: now user are able to configure channels 2022-11-22 17:52:44 +08:00
middleware fix: add missing return after sending response 2022-11-22 13:03:15 +08:00
model feat: now user are able to configure channels 2022-11-22 17:52:44 +08:00
router feat: now user are able to configure channels 2022-11-22 17:52:44 +08:00
web feat: now user are able to configure channels 2022-11-22 17:52:44 +08:00
.gitignore init: reinitialize from gin-template 2022-11-11 15:35:02 +08:00
Dockerfile init: reinitialize from gin-template 2022-11-11 15:35:02 +08:00
go.mod chore: sync with gin-template 2022-11-22 11:04:06 +08:00
go.sum chore: sync with gin-template 2022-11-22 11:04:06 +08:00
LICENSE init: reinitialize from gin-template 2022-11-11 15:35:02 +08:00
main.go chore: sync with gin-template 2022-11-22 11:04:06 +08:00
README.md chore: do not render HTML in advance 2022-11-22 09:54:37 +08:00

消息推送服务

正在用 Go 重写 Message Pusher敬请期待

TODOs

  • Token Store 测试(内存泄漏检查,不必要的拷贝的检查)
  • 添加 & 更新推送配置信息时对 Token Store 进行妥善更新
  • 微信消息推送 API
  • 支持飞书
  • 支持钉钉
  • 支持 Telegram
  • 重新编写 README
  • 推广
  • 支持从外部系统获取 Token
  • 支持 Bark