Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bug ¶
type Bug struct { BugID int `json:"id"` Product string `json:"product"` Component []string `json:"component"` Summary string `json:"summary"` Keywords []string `json:"keywords"` Priority string `json:"priority"` Severity string `json:"severity"` Status string `json:"status"` QAContact string `json:"qa_contact"` AssignedTo string `json:"assigned_to"` CreatedBy string `json:"creator"` Blocks []int64 `json:"blocks"` CloneOf []int64 `json:"cf_clone_of"` CreationTime time.Time `json:"creation_time"` LastUpdated time.Time `json:"last_change_time"` }
Bug ...
Click to show internal directories.
Click to hide internal directories.