Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
teamgramio committed Mar 2, 2022
1 parent cbdb7b2 commit 1754f4f
Show file tree
Hide file tree
Showing 35 changed files with 0 additions and 1,260 deletions.
16 changes: 0 additions & 16 deletions app/bff/bff/internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import (
emoji_helper "github.com/teamgram/teamgram-server/app/bff/emoji"
files_helper "github.com/teamgram/teamgram-server/app/bff/files"
folders_helper "github.com/teamgram/teamgram-server/app/bff/folders"
gdpr_helper "github.com/teamgram/teamgram-server/app/bff/gdpr"
gifs_helper "github.com/teamgram/teamgram-server/app/bff/gifs"
langpack_helper "github.com/teamgram/teamgram-server/app/bff/langpack"
messages_helper "github.com/teamgram/teamgram-server/app/bff/messages"
Expand All @@ -47,7 +46,6 @@ import (
reports_helper "github.com/teamgram/teamgram-server/app/bff/reports"
secretchats_helper "github.com/teamgram/teamgram-server/app/bff/secretchats"
sponsoredmessages_helper "github.com/teamgram/teamgram-server/app/bff/sponsoredmessages"
statistics_helper "github.com/teamgram/teamgram-server/app/bff/statistics"
stickers_helper "github.com/teamgram/teamgram-server/app/bff/stickers"
themes_helper "github.com/teamgram/teamgram-server/app/bff/themes"
tos_helper "github.com/teamgram/teamgram-server/app/bff/tos"
Expand Down Expand Up @@ -138,13 +136,6 @@ func (s *Server) Initialize() error {
MsgClient: c.MsgClient,
}))

// gdpr_helper
mtproto.RegisterRPCGdprServer(
grpcServer,
gdpr_helper.New(gdpr_helper.Config{
RpcServerConf: c.RpcServerConf,
}))

// gifs_helper
mtproto.RegisterRPCGifsServer(
grpcServer,
Expand Down Expand Up @@ -350,13 +341,6 @@ func (s *Server) Initialize() error {
RpcServerConf: c.RpcServerConf,
}))

// statistics_helper
mtproto.RegisterRPCStatisticsServer(
grpcServer,
statistics_helper.New(statistics_helper.Config{
RpcServerConf: c.RpcServerConf,
}))

// stickers_helper
mtproto.RegisterRPCStickersServer(
grpcServer,
Expand Down
66 changes: 0 additions & 66 deletions app/bff/gdpr/client/gdpr_client.go

This file was deleted.

21 changes: 0 additions & 21 deletions app/bff/gdpr/cmd/gdpr/main.go

This file was deleted.

2 changes: 0 additions & 2 deletions app/bff/gdpr/etc/gdpr.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions app/bff/gdpr/helper.go

This file was deleted.

27 changes: 0 additions & 27 deletions app/bff/gdpr/internal/config/config.go

This file was deleted.

32 changes: 0 additions & 32 deletions app/bff/gdpr/internal/core/account.finishTakeoutSession_handler.go

This file was deleted.

32 changes: 0 additions & 32 deletions app/bff/gdpr/internal/core/account.initTakeoutSession_handler.go

This file was deleted.

32 changes: 0 additions & 32 deletions app/bff/gdpr/internal/core/channels.getLeftChannels_handler.go

This file was deleted.

44 changes: 0 additions & 44 deletions app/bff/gdpr/internal/core/core.go

This file was deleted.

32 changes: 0 additions & 32 deletions app/bff/gdpr/internal/core/messages.getSplitRanges_handler.go

This file was deleted.

26 changes: 0 additions & 26 deletions app/bff/gdpr/internal/dao/dao.go

This file was deleted.

Loading

0 comments on commit 1754f4f

Please sign in to comment.