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