working v1
This commit is contained in:
10
gateway/bridgemap/bkosmi.go
Normal file
10
gateway/bridgemap/bkosmi.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package bridgemap
|
||||
|
||||
import (
|
||||
bkosmi "github.com/42wim/matterbridge/bridge/kosmi"
|
||||
)
|
||||
|
||||
func init() {
|
||||
FullMap["kosmi"] = bkosmi.New
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user