Documentation
¶
Index ¶
Constants ¶
View Source
const (
MessageSuccess = "init success !"
)
Variables ¶
This section is empty.
Functions ¶
func ReopenTask ¶
func ReopenTask(id string)
Types ¶
type Task ¶
type Task struct {
Id int `json:"id"`
Uuid string `json:"uuid"`
Description string `json:"description"`
Entry string `json:"entry"`
Start string `json:"start"`
End string `json:"end"`
Modified string `json:"modified"`
Update string `json:update`
Project string `json:"project"`
Status string `json:"status"`
}
Click to show internal directories.
Click to hide internal directories.