42wim/matterbridge

View on GitHub
gateway/bridgemap/bmsteams.go

Summary

Maintainability
A
0 mins
Test Coverage
// +build !nomsteams

package bridgemap

import (
    bmsteams "github.com/42wim/matterbridge/bridge/msteams"
)

func init() {
    FullMap["msteams"] = bmsteams.New
}