派生自 libgowrapper/face

zhangmeng
2019-12-24 90617d25f6b352a5623ecb7c46876274f3624681
update
1个文件已修改
4 ■■■■ 已修改文件
run.go 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 {