From e1baa79db8796fb641862e2e1fc0f29cb6a78ab5 Mon Sep 17 00:00:00 2001 From: Lindsey Cheng Date: Mon, 7 Aug 2023 17:24:01 +0800 Subject: [PATCH] fix: Add todo comment for the new Echo API const Add todo comment for the new Echo API route consts. Signed-off-by: Lindsey Cheng --- common/echo_api_constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/echo_api_constants.go b/common/echo_api_constants.go index e3d29a41..7fc49420 100644 --- a/common/echo_api_constants.go +++ b/common/echo_api_constants.go @@ -6,6 +6,7 @@ package common // Constants related to defined routes with path params in the v3 service APIs for Echo +// TODO: Remove in EdgeX 4.0 and will use the original API constant names defined in constants.go const ( ApiEventServiceNameProfileNameDeviceNameSourceNameEchoRoute = ApiEventRoute + "/:" + ServiceName + "/:" + ProfileName + "/:" + DeviceName + "/:" + SourceName ApiEventIdEchoRoute = ApiEventRoute + "/" + Id + "/:" + Id