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"