Exemplo n.º 1
0
Arquivo: travis.go Projeto: rjz/hubbub
func init() {
	hubbub.RegisterService([]string{
		"travis_repository_settings",
		"travis_env_var",
	}, TravisServiceFactory)
}
Exemplo n.º 2
0
Arquivo: github.go Projeto: rjz/hubbub
func init() {
	hubbub.RegisterService([]string{
		"github_webhook",
		"github_file",
	}, GithubServiceFactory)
}