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 a1586cb302 - Show all commits

View File

@@ -2,11 +2,11 @@
package grpc package grpc
import ( import (
"context" "context"
"fmt" "fmt"
"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"
) )
// AuthClient implements AuthServiceClient using gRPC. // AuthClient implements AuthServiceClient using gRPC.