From 9cc7c5f2f3dec6dc249f7ac743e3a04156e8004c Mon Sep 17 00:00:00 2001 From: zyl <2025320615@qq.com> Date: Sat, 26 Dec 2020 11:22:54 +0800 Subject: [PATCH] =?UTF-8?q?#79=20=E6=B6=88=E6=81=AF=E8=BD=A8=E8=BF=B9?= =?UTF-8?q?=E6=8E=A8=E9=80=81=E8=B7=9F=E8=B8=AA=20=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/common/common.go | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pkg/common/common.go b/pkg/common/common.go index 14f78107..c77dafea 100644 --- a/pkg/common/common.go +++ b/pkg/common/common.go @@ -21,18 +21,18 @@ import "time" //match mode const ( - QueryParamQ = "q" - QueryByLabelsCon = "&" - QueryParamWait = "wait" - QueryParamRev = "revision" - QueryParamMatch = "match" - QueryParamKey = "key" - QueryParamLabel = "label" - QueryParamStatus = "status" - QueryParamOffset = "offset" - QueryParamLimit = "limit" - PathParamKVID = "kv_id" - PathParameterProject = "project" + QueryParamQ = "q" + QueryByLabelsCon = "&" + QueryParamWait = "wait" + QueryParamRev = "revision" + QueryParamMatch = "match" + QueryParamKey = "key" + QueryParamLabel = "label" + QueryParamStatus = "status" + QueryParamOffset = "offset" + QueryParamLimit = "limit" + PathParamKVID = "kv_id" + PathParameterProject = "project" //polling data QueryParamSessionID = "sessionId" QueryParamSessionGroup = "sessionGroup"