派生自 libgowrapper/face

zhangmeng
2020-01-02 32e14ce1721c112623d85661f072ff8e0463483c
run.go
@@ -28,11 +28,11 @@
   shm                 bool
   ipc2Rule            string
   ruleMsgMaxCacheSize int
   reserved            map[string]string
   reserved            map[string]interface{}
}
// Create create sdk
func Create(config string, typ, id string, gpu int, shm bool, ipc2Rule string, ruleMaxSize int, fn func(...interface{}), reserved map[string]string) interface{} {
func Create(config string, typ, id string, gpu int, shm bool, ipc2Rule string, ruleMaxSize int, fn func(...interface{}), reserved map[string]interface{}) interface{} {
   handle := NewSDK(fn)
   if handle == nil {