1
0
mirror of https://github.com/Uttkarsh-raj/Plannerly.git synced 2025-11-23 21:54:39 +02:00

get requests for diff types of tasks

This commit is contained in:
Uttkarsh-raj
2023-11-01 20:33:24 +05:30
parent fbbedcce39
commit 49d70f412d
3 changed files with 104 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ type Task struct {
Time *string `json:"time"`
Date *string `json:"date"`
Completed bool `json:"completed"`
Urgent bool `json:"urgent"`
}