Example #1
0
func init() {
	cn := CodingNetStruct{id: "codingnet"}
	adapter_manager.AdapterRegister("codingnet", cn)
}
Example #2
0
File: gogs.go Project: jiyee/fuse
func init() {
	gogs := GogsStruct{id: "gogs"}
	adapter_manager.AdapterRegister("gogs", gogs)
}
Example #3
0
File: github.go Project: jiyee/fuse
func init() {
	github := GithubStruct{id: "github"}
	adapter_manager.AdapterRegister("github", github)
}