uid
This commit is contained in:
@@ -13,6 +13,7 @@ type Task struct {
|
||||
Progress int `json:"progress"` // (0-100)
|
||||
CreatedAt string `json:"created_at"`
|
||||
UpdatedAt string `json:"updated_at"`
|
||||
UserID int `json:"user_id"`
|
||||
}
|
||||
|
||||
func (task *Task) Create() error {
|
||||
|
Reference in New Issue
Block a user