This commit is contained in:
royalcat 2025-05-05 04:22:06 +04:00
parent 647d73cb0d
commit 0614199b5f
23 changed files with 182 additions and 192 deletions

View file

@ -7,13 +7,13 @@ import (
"net"
"github.com/ilyakaznacheev/cleanenv"
"github.com/royalcat/konfa-server/pkg/uuid"
"github.com/royalcat/konfa-server/src/auth"
"github.com/royalcat/konfa-server/src/konfa"
"github.com/royalcat/konfa-server/src/proto"
chatv1 "github.com/royalcat/konfa-server/src/proto/konfa/chat/v1"
serverv1 "github.com/royalcat/konfa-server/src/proto/konfa/server/v1"
"github.com/royalcat/konfa-server/src/store"
"github.com/konfa-chat/hub/pkg/uuid"
"github.com/konfa-chat/hub/src/auth"
"github.com/konfa-chat/hub/src/konfa"
"github.com/konfa-chat/hub/src/proto"
chatv1 "github.com/konfa-chat/hub/src/proto/konfa/chat/v1"
serverv1 "github.com/konfa-chat/hub/src/proto/konfa/server/v1"
"github.com/konfa-chat/hub/src/store"
"google.golang.org/grpc"
)