mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Backend: Move viewer package to /internal/entity/search/viewer
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -5,9 +5,9 @@ import (
|
|||||||
|
|
||||||
"github.com/photoprism/photoprism/internal/entity"
|
"github.com/photoprism/photoprism/internal/entity"
|
||||||
|
|
||||||
|
"github.com/photoprism/photoprism/internal/entity/search/viewer"
|
||||||
"github.com/photoprism/photoprism/internal/form"
|
"github.com/photoprism/photoprism/internal/form"
|
||||||
"github.com/photoprism/photoprism/internal/thumb"
|
"github.com/photoprism/photoprism/internal/thumb"
|
||||||
"github.com/photoprism/photoprism/internal/viewer"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// PhotosViewerResults finds photos based on the search form provided and returns them as viewer.Results.
|
// PhotosViewerResults finds photos based on the search form provided and returns them as viewer.Results.
|
||||||
|
|||||||
Reference in New Issue
Block a user