-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Consolidate zpages constants #7275
Consolidate zpages constants #7275
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #7275 +/- ##
=======================================
Coverage 90.90% 90.90%
=======================================
Files 293 293
Lines 14077 14077
=======================================
Hits 12796 12796
Misses 1013 1013
Partials 268 268
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
6a082bf
to
64f2c01
Compare
service/zpages.go
Outdated
zService = "servicez" | ||
zPipeline = "pipelinez" | ||
zExtension = "extensionz" | ||
zFeature = "featurez" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I liked more with the "path" suffix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated. Should be good to go.
a77d16a
to
d2f2b81
Compare
d2f2b81
to
b882c34
Compare
This is a minor cleanup of the zpages constants in the service package.