/
githubmirror
/
photoprism
Обзор
Документация
Войти
/
githubmirror
/
photoprism
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
pkg/media/source.go
12 строк
281 B
Michael Mayer
CI: Apply Go linter recommendations to remaining "pkg/..." code #5330
22 ноя 2025, 18:14
22 ноя 2025, 18:14
149f5e5
Код
Авторство
О чём код?
package media // Src identifies a media source. type Src = string // Data source types. const ( // SrcLocal indicates the media originates from local storage. SrcLocal Src = "local" // SrcRemote indicates the media originates from a remote source. SrcRemote Src = "remote" )