Example #1
0
func init() {
	graph.Register(Name, overlay.Init)
}
Example #2
0
func init() {
	graph.Register(Name, Init)
}
Example #3
0
func init() {
	graph.Register("proxy", overlay.Init)
}