Scheduled message add event (#4)

Reviewed-on: phoenix/textsender-models#4
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-11-09 18:47:46 +00:00
committed by phoenix
parent 6111912b49
commit 28b29802b9
5 changed files with 23 additions and 11 deletions
+3 -4
View File
@@ -1,9 +1,8 @@
package scheduling
const (
Ready = "READY"
Pending = "PENDING"
Ready = "READY"
Pending = "PENDING"
Processing = "PROCESSING"
Done = "DONE"
Done = "DONE"
)