예제 #1
0
파일: register.go 프로젝트: noxiouz/stout
func init() {
	isolate.RegisterBox("process", NewBox)
}
예제 #2
0
파일: register.go 프로젝트: noxiouz/stout
func init() {
	isolate.RegisterBox("porto", NewBox)
}
예제 #3
0
파일: register.go 프로젝트: noxiouz/stout
func init() {
	isolate.RegisterBox("docker", NewBox)
}