Exemplo n.º 1
0
func init() {
	hal.RegisterAdapter("hipchat", New)
}
Exemplo n.º 2
0
func init() {
	hal.RegisterAdapter("irc", New)
}
Exemplo n.º 3
0
func init() {
	hal.RegisterAdapter("test", New)
}
Exemplo n.º 4
0
func init() {
	hal.RegisterAdapter("slack", New)
}
Exemplo n.º 5
0
func init() {
	hal.RegisterAdapter("shell", New)
}