From d35d936f8f0bed2c76914953e04c275b4708e0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E7=BA=AF=E5=87=80?= <1113655791@qq.com> Date: Sat, 15 Mar 2025 15:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8C=87=E6=95=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=9A=84=E8=8E=B7=E5=8F=96=E6=96=B9=E5=BC=8F,?= =?UTF-8?q?=E4=BB=8EK=E7=BA=BF=E4=B8=AD=E6=8B=86=E5=87=BA,=E6=96=B9?= =?UTF-8?q?=E4=BE=BF=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocol/types.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protocol/types.go b/protocol/types.go index ded2f59..444331f 100644 --- a/protocol/types.go +++ b/protocol/types.go @@ -60,3 +60,8 @@ const ( TypeKlineQuarter uint8 = 10 // 季K 线 TypeKlineYear uint8 = 11 // 年K 线 ) + +const ( + KindIndex = "index" + KindStock = "stock" +)