From 4dae45a68ff1ff32a251a5835b2a2723ae125d1c Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 21 Mar 2020 09:55:06 +1000 Subject: Restructured source code layout, Added rice support for templates and static assets --- media/path.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 media/path.go (limited to 'media/path.go') 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 +} -- cgit v1.2.3