forked from OrgGo/Tasks
commit
8dbf1ceb0a
|
@ -1,3 +1,3 @@
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
Made in India with <span class="glyphicon glyphicon-heart"></span> by <a href="htp://github.com/thewhitetulip">@thewhitetulip</a>
|
Made in India with <span class="glyphicon glyphicon-heart"></span> by <a href="https://github.com/thewhitetulip">@thewhitetulip</a>
|
||||||
</footer>
|
</footer>
|
|
@ -17,9 +17,9 @@ type Task struct {
|
||||||
Category string `json:"category"`
|
Category string `json:"category"`
|
||||||
Referer string `json:"referer,omitempty"`
|
Referer string `json:"referer,omitempty"`
|
||||||
Comments []Comment `json:"comments,omitempty"`
|
Comments []Comment `json:"comments,omitempty"`
|
||||||
IsOverdue bool `json:"isoverdue, omitempty"`
|
IsOverdue bool `json:"isoverdue,omitempty"`
|
||||||
IsHidden int `json:"ishidden, omitempty`
|
IsHidden int `json:"ishidden,omitempty`
|
||||||
CompletedMsg string `json:"ishidden, omitempty"`
|
CompletedMsg string `json:"ishidden,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Tasks []Task
|
type Tasks []Task
|
||||||
|
|
Loading…
Reference in New Issue