You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: models/cv.go
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ import (
21
21
typeCVstruct {
22
22
Titlestring`json:"-"`// Not supported yet
23
23
ReferenceNumberstring`json:"referenceNumber" description:"The reference number (ID) of this CV on the site it was scraped from. We use this to track duplicated CVs"`
24
-
Linkstring`json:"link" description:"A link to the page on the site where this cv was found"`
24
+
Link*string`json:"link" description:"A link to the page on the site where this cv was found"`
0 commit comments