mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-22 16:20:26 +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"
|
"github.com/42wim/matterbridge/matterhook"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MMhook struct {
|
type Brocketchat struct {
|
||||||
mh *matterhook.Client
|
mh *matterhook.Client
|
||||||
rh *rockethook.Client
|
rh *rockethook.Client
|
||||||
}
|
|
||||||
|
|
||||||
type Brocketchat struct {
|
|
||||||
MMhook
|
|
||||||
*bridge.Config
|
*bridge.Config
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user