5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-22 10:30:26 +00:00

Make structcheck linter happy

This commit is contained in:
Wim 2018-11-08 00:38:33 +01:00
parent 588b8e0303
commit 8d117cb0a4

View File

@ -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
} }