Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportRequest ¶
type ReportRequest struct {
Project *int `json:"project,omitempty"`
StartDate *generic.CommonDate `json:"start_date,omitempty"`
DueDate *generic.CommonDate `json:"due_date,omitempty"`
}
type SearchIssues ¶
type SearchIssues struct {
Project *int `json:"project,omitempty"`
Name *string `json:"name,omitempty"`
Status *generic.IssueStatus `json:"status,omitempty"`
StartDate *generic.CommonDate `json:"start_date,omitempty"`
DueDate *generic.CommonDate `json:"due_date,omitempty"`
Registrar *int `json:"registrar,omitempty"`
}
type SearchTasks ¶
type SearchTasks struct {
Project *int `json:"project,omitempty"`
Name *string `json:"name,omitempty"`
Status *generic.TaskStatus `json:"status,omitempty"`
Priority *generic.TaskPriority `json:"priority,omitempty"`
StartDate *generic.CommonDate `json:"start_date,omitempty"`
DueDate *generic.CommonDate `json:"due_date,omitempty"`
Assigner *int `json:"assigner,omitempty"`
Assignee *int `json:"assignee,omitempty"`
Issue *int `json:"issue,omitempty"`
}
type UpdatePasswordRequest ¶
type UpdatePasswordRequest struct {
Secret string `json:"secret"`
}
Click to show internal directories.
Click to hide internal directories.