Backend: Move search package to /internal/entity/search

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-07-02 07:39:39 +02:00
parent 7f60af3e3f
commit 43b2b39b51
119 changed files with 17 additions and 17 deletions

View File

@@ -3,9 +3,9 @@ package api
import (
"github.com/gin-gonic/gin"
"github.com/photoprism/photoprism/internal/entity/search"
"github.com/photoprism/photoprism/internal/event"
"github.com/photoprism/photoprism/internal/form"
"github.com/photoprism/photoprism/internal/search"
)
// Event represents an api event type.