Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issue ¶
type Issue struct {
ID string `json:"_id"`
Rev string `json:"_rev"`
Name string `json:"name"`
SyncSettingID string `json:"syncSettingId"`
IssueID string `json:"issueId"`
Summary string `json:"summary"`
Description string `json:"description"`
Created string `json:"created"`
Updated string `json:"updated"`
Checked bool `json:"checked"`
CheckedDate string `json:"checkedDate"`
Memo string `json:"memo"`
}
type IssueChecked ¶
type IssueChecked struct {
Checked bool `json:"checked"`
}
type SyncSetting ¶
type SyncSetting struct {
ID string `json:"_id"`
Rev string `json:"_rev"`
Name string `json:"name"`
Type string `json:"type"`
FetchURL string `json:"fetchUrl"`
InsecureSkipVerify bool `json:"insecureSkipVerify"`
Schedule string `json:"schedule"`
IssueURL string `json:"issueUrl"`
Description string `json:"description"`
}
Click to show internal directories.
Click to hide internal directories.