Exemple #1
0
func init() {
	hubbub.RegisterService([]string{
		"travis_repository_settings",
		"travis_env_var",
	}, TravisServiceFactory)
}
Exemple #2
0
func init() {
	hubbub.RegisterService([]string{
		"github_webhook",
		"github_file",
	}, GithubServiceFactory)
}