Ejemplo n.º 1
0
func init() {
	listeners.Register("XMPP", &XMPPListener{})
}
Ejemplo n.º 2
0
func init() {
	listeners.Register("Slack", &SlackListener{})
}
Ejemplo n.º 3
0
func init() {
	listeners.Register("Console", &ConsoleListener{})
}