Documentation ¶
Index ¶
Constants ¶
View Source
const ListStatusActive string = "ACTIVE"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comment ¶
type Comment struct { ID int64 `json:"id"` Text string `json:"text"` TaskID int64 `json:"task_id"` UpdatedAt time.Time `json:"updated_at"` CreatedAt time.Time `json:"created_at"` }
func NewComment ¶
type List ¶
type Project ¶
type Project struct { ID int64 `json:"id"` Name string `json:"name"` Description postgres.JsonNullString `json:"description"` UpdatedAt time.Time `json:"updated_at"` CreatedAt time.Time `json:"created_at"` }
func NewProject ¶
Click to show internal directories.
Click to hide internal directories.