feat: add pushme message

This commit is contained in:
engigu
2026-02-04 19:30:34 +08:00
parent 0c80b9cbe2
commit c1209ccee5
9 changed files with 162 additions and 0 deletions
+4
View File
@@ -59,6 +59,10 @@ type InsTelegramConfig struct {
type InsBarkConfig struct {
}
// InsPushMeConfig 实例里面的PushMe config
type InsPushMeConfig struct {
}
// ManyAddTaskIns 批量添加实例
func ManyAddTaskIns(taskIns []SendTasksIns) error {
tx := db.Begin()