Example #1
0
func init() {
	bot.Register(&wf{})
}
Example #2
0
func init() {
	bot.Register(&targets{})
}
Example #3
0
func init() {
	bot.Register(&buildPush{})
}
Example #4
0
func init() {
	bot.Register(&results{})
}
Example #5
0
func init() {
	bot.Register(&welcome{})
}
Example #6
0
func init() {
	bot.Register(&areas{})
}
Example #7
0
func init() {
	bot.Register(&recommended{})
}
Example #8
0
func init() {
	bot.Register(&uptime{})
}
Example #9
0
func init() {
	bot.Register(&testrun{})
}
Example #10
0
func init() {
	bot.Register(&build{})
}
Example #11
0
func init() {
	bot.Register(&branches{})
}
Example #12
0
func init() {
	bot.Register(&slas{})
}