Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issue ¶
type Issue struct { Id int64 Title string Description string ProjectId int64 OwnerId int64 Status Status Priority Priority }
Issue represents a Project task
type IssueRepository ¶
type IssueService ¶
type ProjectRepository ¶
type ProjectService ¶
type Status ¶
type Status string
Status represents an issue status type
var StatusDone Status = "Done"
var StatusInProgress Status = "In Progress"
var StatusTodo Status = "Todo"
type UserRepository ¶
Click to show internal directories.
Click to hide internal directories.