7 lines
107 B
Go
7 lines
107 B
Go
package media
|
|
|
|
// Path represents a media library path.
|
|
type Path struct {
|
|
Path string
|
|
Prefix string
|
|
}
|