added event-creation

This commit is contained in:
z1glr
2025-01-11 02:44:13 +00:00
parent 45f600268f
commit 1b526fcd45
9 changed files with 242 additions and 266 deletions

View File

@@ -15,8 +15,8 @@ type tasksDB struct {
}
type Task struct {
Text string
Disabled bool
Text string `json:"text"`
Disabled bool `json:"disabled"`
}
var c *cache.Cache