예제 #1
0
func init() {
	graph.Register(Name, overlay.Init)
}
예제 #2
0
func init() {
	graph.Register(Name, Init)
}
예제 #3
0
파일: proxy.go 프로젝트: pugna0/openstorage
func init() {
	graph.Register("proxy", overlay.Init)
}