mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-27 04:09:24 +00:00
Make structcheck linter happy
This commit is contained in:
@ -8,13 +8,9 @@ import (
|
||||
"github.com/42wim/matterbridge/matterhook"
|
||||
)
|
||||
|
||||
type MMhook struct {
|
||||
type Brocketchat struct {
|
||||
mh *matterhook.Client
|
||||
rh *rockethook.Client
|
||||
}
|
||||
|
||||
type Brocketchat struct {
|
||||
MMhook
|
||||
*bridge.Config
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user