视频会议保存
This commit is contained in:
@@ -21,6 +21,7 @@ import (
|
||||
meetingService "github.com/echochat/backend/app/meeting/service"
|
||||
notifyApp "github.com/echochat/backend/app/notify"
|
||||
notifyService "github.com/echochat/backend/app/notify/service"
|
||||
transcribeApp "github.com/echochat/backend/app/transcribe"
|
||||
wsApp "github.com/echochat/backend/app/ws"
|
||||
"github.com/echochat/backend/config"
|
||||
"github.com/google/wire"
|
||||
@@ -39,6 +40,7 @@ func InitializeApp(cfg *config.Config) (*App, error) {
|
||||
groupApp.GroupSet,
|
||||
notifyApp.NotifySet,
|
||||
meetingApp.MeetingSet,
|
||||
transcribeApp.TranscribeSet,
|
||||
wire.Bind(new(wsApp.FriendIDsGetter), new(*contactDAO.FriendshipDAO)),
|
||||
wire.Bind(new(groupService.UserInfoProvider), new(*contactDAO.FriendshipDAO)),
|
||||
wire.Bind(new(imService.GroupInfoGetter), new(*groupDAO.GroupDAO)),
|
||||
|
||||
Reference in New Issue
Block a user