mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
9
pkg/media/source.go
Normal file
9
pkg/media/source.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package media
|
||||
|
||||
type Src = string
|
||||
|
||||
// Data source types.
|
||||
const (
|
||||
SrcLocal Src = "local"
|
||||
SrcRemote Src = "remote"
|
||||
)
|
||||
Reference in New Issue
Block a user