Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefectService ¶
func NewDefectService( r repository.DefectRepository, t producttree.ProductTree, b bulletin.Bulletin, be backend.CveBackend, o obs.OBS, ) *defectService
Types ¶
type CmdToSaveDefect ¶
type CollectDefectsDTO ¶
type CollectDefectsDTO struct {
Title string `json:"title"`
Number string `json:"issue_id"`
IssueUrl string `json:"issue_url"`
Component string `json:"component"`
Status string `json:"status"`
Score string `json:"score"`
Version string `json:"version"`
}
func ToCollectDefectsDTO ¶
func ToCollectDefectsDTO(defects domain.Defects) []CollectDefectsDTO
type DefectService ¶
Click to show internal directories.
Click to hide internal directories.