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