diff options
Diffstat (limited to 'imagestore/storeobject.go')
| -rw-r--r-- | imagestore/storeobject.go | 8 |
1 files changed, 8 insertions, 0 deletions
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 +} |
