tube/media/path.go

8 lines
107 B
Go
Raw Normal View History

package media
// Path represents a media library path.
type Path struct {
Path string
Prefix string
}