feat: add message push function call

This commit is contained in:
engigu
2026-03-04 21:45:43 +08:00
parent d4663cb492
commit 81b8d2a93d
53 changed files with 4161 additions and 33 deletions
+2
View File
@@ -24,6 +24,8 @@ func Migrate() error {
&models.Agent{},
&models.AgentToken{},
&models.Language{},
&models.NotifyWay{},
&models.NotifyBinding{},
)
}