refactor: move compose and deploy packages under client

This commit is contained in:
Pavel Sviderski
2025-03-24 14:41:50 +10:00
parent 042dd594e0
commit 7a9d0cf9db
18 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"github.com/docker/docker/api/types/filters"
"github.com/psviderski/uncloud/internal/machine/api/pb"
"github.com/psviderski/uncloud/pkg/api"
"github.com/psviderski/uncloud/pkg/deploy"
"github.com/psviderski/uncloud/pkg/client/deploy"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/status"