From 01e9a34952bd6ddd383680b0ca2312e476ad07a6 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Sun, 19 Apr 2015 22:09:52 +0200 Subject: Initial commit. --- imagestore/storeobject.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 imagestore/storeobject.go (limited to 'imagestore/storeobject.go') diff --git a/imagestore/storeobject.go b/imagestore/storeobject.go new file mode 100644 index 0000000..f834360 --- /dev/null +++ b/imagestore/storeobject.go @@ -0,0 +1,8 @@ +package imagestore + +type StoreObject struct { + Name string // Unique identifier + MimeType string // i.e. image/jpg + Type string // i.e. thumb + Url string // if publicly available +} -- cgit v1.2.3