mirror of
https://github.com/42wim/matterbridge
synced 2024-11-19 03:25:33 +00:00
Make structcheck linter happy
This commit is contained in:
parent
588b8e0303
commit
8d117cb0a4
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user