Make structcheck linter happy

pull/570/head
Wim 6 years ago
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…
Cancel
Save