예제 #1
0
파일: bugger.go 프로젝트: pkdevboxy/plotbot
func init() {
	plotbot.RegisterPlugin(&Bugger{})
}
예제 #2
0
func init() {
	plotbot.RegisterPlugin(&Deployer{})
}
예제 #3
0
파일: vote.go 프로젝트: pkdevboxy/plotbot
func init() {
	plotbot.RegisterPlugin(&Vote{
		runningVotes: make(map[string][]vote),
	})
}
예제 #4
0
파일: webapp.go 프로젝트: pkdevboxy/plotbot
func init() {
	plotbot.RegisterPlugin(&Webapp{})
}
예제 #5
0
func init() {
	plotbot.RegisterPlugin(&PlotBerry{})
}
예제 #6
0
파일: auth.go 프로젝트: pkdevboxy/plotbot
func init() {
	plotbot.RegisterPlugin(&OAuthPlugin{})
	gob.Register(&slack.User{})
}
예제 #7
0
파일: hooker.go 프로젝트: pkdevboxy/plotbot
func init() {
	plotbot.RegisterPlugin(&Hooker{})
}
예제 #8
0
func init() {
	plotbot.RegisterPlugin(&Standup{})
}
예제 #9
0
파일: totw.go 프로젝트: pkdevboxy/plotbot
func init() {
	plotbot.RegisterPlugin(&Totw{})
}
예제 #10
0
func init() {
	plotbot.RegisterPlugin(&Healthy{})
}
예제 #11
0
파일: mooder.go 프로젝트: pkdevboxy/plotbot
func init() {
	plotbot.RegisterPlugin(&Mooder{})
}
예제 #12
0
func init() {
	plotbot.RegisterPlugin(&TabulaRasa{})
}
예제 #13
0
파일: funny.go 프로젝트: cemoulto/plotbot
func init() {
	plotbot.RegisterPlugin(&Funny{})
}