4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-11 03:46:28 +00:00

Refactor. Add tests

This commit is contained in:
Wim
2017-07-25 20:11:52 +02:00
parent 3527e09bc5
commit 83ef61287e
8 changed files with 467 additions and 132 deletions

View File

@ -33,7 +33,6 @@ type ChannelInfo struct {
Account string
Direction string
ID string
GID map[string]bool
SameChannel map[string]bool
Options ChannelOptions
}