summaryrefslogtreecommitdiff
path: root/system/db/item.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-09-20 00:24:31 -0700
committerSteve Manuel <nilslice@gmail.com>2016-09-20 00:24:31 -0700
commitcb545173a6f33aff050a1855dcb87184d50b79a6 (patch)
treea2293c3712af16d5d3b31dd5bb40ae5501e9b7e9 /system/db/item.go
parent3bbfb755411768fe8557b1e36ec10d65a351793f (diff)
adding support for boltdb storage, updating and inserting content, some reorganization
Diffstat (limited to 'system/db/item.go')
-rw-r--r--system/db/item.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/system/db/item.go b/system/db/item.go
deleted file mode 100644
index 23e8553..0000000
--- a/system/db/item.go
+++ /dev/null
@@ -1,8 +0,0 @@
-// Package db ...
-package db
-
-// Item should only be embedded into content type structs.
-// Helper for DB-related actions
-type Item struct {
- ID int `json:"_id"`
-}