Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConflictFlag ¶
type ConflictFlag string
const ( MATCH_CORRECT ConflictFlag = "MATCH_CORRECT" MATCH_INCORRECT ConflictFlag = "MATCH_INCORRECT" MATCH_POSSIBLE_INCORRECT ConflictFlag = "MATCH_POSSIBLE_INCORRECT" MATCH_NO_CONFLICT ConflictFlag = "NO_CONFLICT" )
type ResolveWinner ¶
type ResolveWinner string
const ( NVD ResolveWinner = "NVD" OSV ResolveWinner = "OSV" GCVE ResolveWinner = "GCVE" NONE ResolveWinner = "NONE" )
Click to show internal directories.
Click to hide internal directories.