From dcd9ad9903a13a589973341d53272f1d1ed3c514 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@qq.com>
Date: 星期四, 16 五月 2019 09:56:36 +0800
Subject: [PATCH] add mangos reqrep mode
---
httpClient_test.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/httpClient_test.go b/httpClient_test.go
index 08e7c4f..64874bc 100644
--- a/httpClient_test.go
+++ b/httpClient_test.go
@@ -6,7 +6,7 @@
)
func TestGetCameraById(t *testing.T) {
- var api DbApi
+ var api CameraApi
camera, _ := api.GetCameraById("cid0")
fmt.Println(camera)
}
--
Gitblit v1.8.0