summaryrefslogtreecommitdiff
path: root/system/db/item.go
diff options
context:
space:
mode:
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"`
-}