예제 #1
0
func init() {
	hal.RegisterAdapter("hipchat", New)
}
예제 #2
0
파일: irc.go 프로젝트: mjbrender/hustlebot
func init() {
	hal.RegisterAdapter("irc", New)
}
예제 #3
0
func init() {
	hal.RegisterAdapter("test", New)
}
예제 #4
0
func init() {
	hal.RegisterAdapter("slack", New)
}
예제 #5
0
func init() {
	hal.RegisterAdapter("shell", New)
}