1 2 3 4 5 6 7 8
package media // Path represents a media library path. type Path struct { Path string Prefix string PreserveUploadFilename bool }