派生自 libgowrapper/face

zhangmeng
2019-12-24 90617d25f6b352a5623ecb7c46876274f3624681
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 {