Documentation ¶ Index ¶ type Health type Task Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Health ¶ type Health struct { Status int `json:"status"` Message string `json:"message"` } type Task ¶ type Task struct { Id int `json:"id"` UserId int `json:"user_id"` TypeId int `json:"type_id"` Title string `json:"title"` Detail string `json:"detail,omitempty"` Deadline time.Time `json:"deadline,omitempty"` Done bool `json:"done"` } Source Files ¶ View all Source files health.gotask.go Click to show internal directories. Click to hide internal directories.