feat: add bark message

This commit is contained in:
engigu
2026-01-21 19:26:48 +08:00
parent d3a8cb9c17
commit 8279d27e31
9 changed files with 212 additions and 3 deletions
+4
View File
@@ -55,6 +55,10 @@ type InsAliyunSMSConfig struct {
type InsTelegramConfig struct {
}
// InsBarkConfig 实例里面的Bark config
type InsBarkConfig struct {
}
// ManyAddTaskIns 批量添加实例
func ManyAddTaskIns(taskIns []SendTasksIns) error {
tx := db.Begin()