From ce15b43db3e60acc65ddd25de253b8577c2693aa Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期三, 08 五月 2019 14:11:03 +0800
Subject: [PATCH] context使用

---
 analysis/work/service/common.go |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/analysis/work/service/common.go b/analysis/work/service/common.go
index 54cff5d..a6bff1c 100644
--- a/analysis/work/service/common.go
+++ b/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
 }

--
Gitblit v1.8.0