API: Move "service/cluster" package from "pkg" to "internal" #98

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-09-15 13:40:56 +02:00
parent ea8d413deb
commit a4cd1ac1fd
14 changed files with 79 additions and 81 deletions

View File

@@ -6,8 +6,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/photoprism/photoprism/internal/service/cluster"
reg "github.com/photoprism/photoprism/internal/service/cluster/registry"
"github.com/photoprism/photoprism/pkg/service/cluster"
)
func TestClusterEndpoints(t *testing.T) {