Skip to content

Commit

Permalink
fix: Add todo comment for the new Echo API const
Browse files Browse the repository at this point in the history
Add todo comment for the new Echo API route consts.

Signed-off-by: Lindsey Cheng <[email protected]>
  • Loading branch information
lindseysimple committed Aug 7, 2023
1 parent 370efd3 commit e1baa79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/echo_api_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1baa79

Please sign in to comment.