diff options
author | Emile <hanemile@protonmail.com> | 2020-03-22 16:01:07 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-03-22 16:01:07 +0100 |
commit | 39cadc9839df252a5956839ca3d807c271b1f497 (patch) | |
tree | 621cef53f23cdf762d822698bc3b4cd11c9d87fe | |
parent | 0ed53a866cd46efce78d00231664fb7e878ae527 (diff) |
struct fields
-rw-r--r-- | src/structs/item.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structs/item.go b/src/structs/item.go index 3c0e990..2dfa614 100644 --- a/src/structs/item.go +++ b/src/structs/item.go @@ -13,4 +13,6 @@ type Item struct { URL string Size string Download bool + Viewable bool + SaltedHash string } |