Documentation
¶
Overview ¶
Package task contains types and engines to work with tasks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ticket ¶
type Ticket struct {
ID string
ParentID string
URL string
Name string
Body string
ClosedAt time.Time
Author User
Assignee User
Type Type
TypeRaw string // save raw type in case if user wants to distinguish different raw values
Flagged bool
}
Ticket represents a single task in task tracker.
Click to show internal directories.
Click to hide internal directories.