Make structcheck linter happy

This commit is contained in:
Wim 2018-11-08 00:38:33 +01:00
parent 588b8e0303
commit 8d117cb0a4
1 changed files with 1 additions and 5 deletions

View File

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