视频分析2.0 多进程拆分仓库
zhangmeng
2019-05-08 ce15b43db3e60acc65ddd25de253b8577c2693aa
analysis/work/service/common.go
@@ -1,20 +1,10 @@
package service
import (
   "context"
)
// ImageInfo deocded image data
type ImageInfo struct {
   Data   []byte
   Width  int
   Height int
   CameraID string
}
// ContextIPC server context
type ContextIPC struct {
   ctx    context.Context
   cancel context.CancelFunc
   // CameraID string
}