コード例 #1
0
ファイル: proxy.go プロジェクト: ModelRocket/openstorage
func init() {
	graph.Register(Name, overlay.Init)
}
コード例 #2
0
ファイル: layer0.go プロジェクト: SmartMircoArray/openstorage
func init() {
	graph.Register(Name, Init)
}
コード例 #3
0
ファイル: proxy.go プロジェクト: pugna0/openstorage
func init() {
	graph.Register("proxy", overlay.Init)
}