Exemple #1
0
func init() {
	github := GithubStruct{id: "github"}
	adapter_manager.AdapterRegister("github", github)
}
Exemple #2
0
func init() {
	cn := CodingNetStruct{id: "codingnet"}
	adapter_manager.AdapterRegister("codingnet", cn)
}
Exemple #3
0
func init() {
	gogs := GogsStruct{id: "gogs"}
	adapter_manager.AdapterRegister("gogs", gogs)
}
Exemple #4
0
func init() {
	gls := GitlabStruct{id: "gitlab"}
	adapter_manager.AdapterRegister("gitlab", gls)
}