4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-27 04:09:24 +00:00
This commit is contained in:
Wim
2017-03-28 23:56:58 +02:00
parent 02d7e2db65
commit 2e4d58cb92
4 changed files with 73 additions and 92 deletions

View File

@ -25,6 +25,14 @@ type Message struct {
Timestamp time.Time
}
type ChannelInfo struct {
Name string
Account string
Direction string
ID string
Options ChannelOptions
}
type Protocol struct {
BindAddress string // mattermost, slack
Buffer int // api