Documentation
¶
Index ¶
- type Account
- type Comment
- type Core
- type DependentTask
- type GenericUserWrapper
- type Issue
- type IssueRoot
- type LinkedIssue
- type ListIssue
- type ListIssueViewRoot
- type ListProjectViewRoot
- type ListTask
- type ListUserViewRoot
- type ListViewRoot
- type Option
- type Project
- type ProjectData
- type ProjectRoot
- type ReportRoot
- type Task
- type TaskRoot
- type TimeEfficiencyReport
- type TrackingRecord
- type TreeNode
- type UserRoot
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependentTask ¶
type GenericUserWrapper ¶
type IssueRoot ¶
type IssueRoot struct {
ProjectData ProjectData
Core Core
Issue Issue
}
type LinkedIssue ¶
type ListIssueViewRoot ¶
type ListIssueViewRoot struct {
// JSVariablesJSON template.JS
// Account Account
ProjectData ProjectData
Core Core
Issues []ListIssue
AvailableProjects []TreeNode
}
type ListProjectViewRoot ¶
type ListUserViewRoot ¶
type ListUserViewRoot struct {
Core Core
Users []GenericUserWrapper
IsAdmin bool
}
type ListViewRoot ¶
type ListViewRoot struct {
// JSVariablesJSON template.JS
// Account Account
ProjectData ProjectData
Core Core
Tasks []ListTask
AvailableProjects []TreeNode
}
type ProjectData ¶
type ProjectRoot ¶
type ReportRoot ¶
type ReportRoot struct {
Tasks []generic.TasksReport
TimeEfficiency []TimeEfficiencyReport
}
type Task ¶
type Task struct {
Name string
Description string
ID int
Status string
Priority string
Assigner string
AssignerID int
Assignee string
AssigneeID int
Attachments []string
StartDate string
DueDate string
DependentTasks []DependentTask
LinkedIssues []LinkedIssue
Comments []Comment
TrackingRecords []TrackingRecord
OverallDuration string
ChangeCapability bool
EditCapability bool
ManageCapability bool
Created bool
}
type TaskRoot ¶
type TaskRoot struct {
ProjectData ProjectData
Core Core
Task Task
}
type TimeEfficiencyReport ¶
type TrackingRecord ¶
Click to show internal directories.
Click to hide internal directories.