Updated package name
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user