diff options
Diffstat (limited to 'link.go')
| -rw-r--r-- | link.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ type Link struct { // The error from scan. ErrScan error `json:"-"` + // Value contains the original URL inside the anchor or image element. + Value string `json:"value"` + Url string `json:"url"` Error string `json:"error,omitempty"` Size int64 `json:"size,omitempty"` |
