summaryrefslogtreecommitdiff
path: root/media/path.go
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-21 09:55:06 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-21 09:55:06 +1000
commit4dae45a68ff1ff32a251a5835b2a2723ae125d1c (patch)
treeb3abe641f39f50ac444aee2bb617d7b4ab44187d /media/path.go
parent76fa613b7eaf1c8626d2a51901c623af7bf1a665 (diff)
Restructured source code layout, Added rice support for templates and static assets
Diffstat (limited to 'media/path.go')
-rw-r--r--media/path.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/media/path.go b/media/path.go
new file mode 100644
index 0000000..1248ed5
--- /dev/null
+++ b/media/path.go
@@ -0,0 +1,7 @@
+package media
+
+// Path represents a media library path.
+type Path struct {
+ Path string
+ Prefix string
+}