First release of open core
This commit is contained in:
11
pkg/domain/drafts.go
Normal file
11
pkg/domain/drafts.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package domain
|
||||
|
||||
type DraftTicket struct {
|
||||
ID int `json:"id"`
|
||||
ReportID string `json:"report_id"`
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
Severity string `json:"severity"`
|
||||
AssetIdentifier string `json:"asset_identifier"`
|
||||
RecommendedRemediation string `json:"recommended_remediation"`
|
||||
}
|
||||
Reference in New Issue
Block a user