Updated package name

This commit is contained in:
2025-05-08 11:32:21 +03:00
parent 13744f0500
commit 9d04f43104
16 changed files with 30 additions and 30 deletions

View File

@ -10,9 +10,9 @@ import (
stdgrpc "google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"
agateGrpc "unprism.ru/KRBL/agate/grpc"
"unprism.ru/KRBL/agate/interfaces"
"unprism.ru/KRBL/agate/store"
agateGrpc "gitea.unprism.ru/KRBL/Agate/grpc"
"gitea.unprism.ru/KRBL/Agate/interfaces"
"gitea.unprism.ru/KRBL/Agate/store"
)
// Client represents a client for connecting to a remote snapshot server

View File

@ -9,9 +9,9 @@ import (
stdgrpc "google.golang.org/grpc"
"google.golang.org/protobuf/types/known/timestamppb"
agateGrpc "unprism.ru/KRBL/agate/grpc"
"unprism.ru/KRBL/agate/interfaces"
"unprism.ru/KRBL/agate/store"
agateGrpc "gitea.unprism.ru/KRBL/Agate/grpc"
"gitea.unprism.ru/KRBL/Agate/interfaces"
"gitea.unprism.ru/KRBL/Agate/store"
)
// Server implements the gRPC server for snapshots