feature/microservice-architecture #5

Merged
master merged 15 commits from feature/microservice-architecture into main 2025-11-06 13:47:18 +01:00
Showing only changes of commit a9b8df06f3 - Show all commits

View File

@@ -7,8 +7,6 @@ import (
"git.dcentral.systems/toolz/goplt/pkg/registry" "git.dcentral.systems/toolz/goplt/pkg/registry"
"git.dcentral.systems/toolz/goplt/pkg/services" "git.dcentral.systems/toolz/goplt/pkg/services"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"
) )
// AuthClient implements AuthServiceClient using gRPC. // AuthClient implements AuthServiceClient using gRPC.