about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-03-22 16:01:07 +0100
committerEmile <hanemile@protonmail.com>2020-03-22 16:01:07 +0100
commit39cadc9839df252a5956839ca3d807c271b1f497 (patch)
tree621cef53f23cdf762d822698bc3b4cd11c9d87fe
parent0ed53a866cd46efce78d00231664fb7e878ae527 (diff)
struct fields
-rw-r--r--src/structs/item.go2
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
 }