We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have two set of API constants in v3 for the transition from gorilla webtoolkit to echo https://github.com/edgexfoundry/go-mod-core-contracts/blob/3c1c392b8b6fade824fdcda010aad97ce37a4762/common/echo_api_constants.go https://github.com/edgexfoundry/go-mod-core-contracts/blob/3c1c392b8b6fade824fdcda010aad97ce37a4762/common/constants.go
In v4, we should clean up the redundant constants.
go-mod-core-contracts/common/echo_api_constants.go
Line 9 in 3c1c392
The text was updated successfully, but these errors were encountered:
feat: Clean up the API constants for v4
f36e068
Replace constant name "EchoRoute" with original "Route" close edgexfoundry#956 Signed-off-by: Ginny Guan <ginny@iotechsys.com>
bf174a4
jinlinGuan
No branches or pull requests
🚀 Feature Request
Relevant Package [REQUIRED]
This feature request is for allDescription [REQUIRED]
We have two set of API constants in v3 for the transition from gorilla webtoolkit to echo
https://github.com/edgexfoundry/go-mod-core-contracts/blob/3c1c392b8b6fade824fdcda010aad97ce37a4762/common/echo_api_constants.go
https://github.com/edgexfoundry/go-mod-core-contracts/blob/3c1c392b8b6fade824fdcda010aad97ce37a4762/common/constants.go
In v4, we should clean up the redundant constants.
go-mod-core-contracts/common/echo_api_constants.go
Line 9 in 3c1c392
The text was updated successfully, but these errors were encountered: