示例#1
0
func init() {
	hal.RegisterAdapter("hipchat", New)
}
示例#2
0
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)
}