MCPcopy
hub / github.com/42wim/matterbridge / Bridger

Interface Bridger

bridge/bridge.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Bridger interface {
14 Send(msg config.Message) (string, error)
15 Connect() error
16 JoinChannel(channel config.ChannelInfo) error
17 Disconnect() error
18}
19
20type Bridge struct {
21 Bridger

Callers 24

sendMessageMethod · 0.65
handleEditMethod · 0.65
handleUploadFileMethod · 0.65
webhookSendMethod · 0.65
SendMethod · 0.65
handleUploadFileMethod · 0.65
PostDocumentMessageMethod · 0.65
PostImageMessageMethod · 0.65
ConnectMethod · 0.65
doConnectMethod · 0.65
handleEventsMethod · 0.65
ConnectMethod · 0.65

Implementers 15

Btelegrambridge/telegram/telegram.go
Bvkbridge/vk/vk.go
Bzulipbridge/zulip/zulip.go
Bdiscordbridge/discord/discord.go
Bwhatsappbridge/whatsappmulti/whatsapp.go
Btalkbridge/nctalk/nctalk.go
Bxmppbridge/xmpp/xmpp.go
Bircbridge/irc/irc.go
Bmsteamsbridge/msteams/msteams.go
Bkeybasebridge/keybase/keybase.go
Bwhatsappbridge/whatsapp/whatsapp.go
APIbridge/api/api.go

Calls

no outgoing calls

Tested by

no test coverage detected