Conversation
|
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
|
There was a problem hiding this comment.
Pull request overview
This PR renames all proto field name occurrences of c2_c to c2c for naming consistency across the proto file collection. The field numbers (wire format) are unchanged, so binary compatibility is preserved; however, generated accessor names in downstream code will change.
Changes:
- Renamed
c2_c→c2cin message fields acrossmessage/v1,message/v2,notify/v1,notify/v2,service/highway/v1,service/highway/v2, andsystem/v2proto files - All field numbers are preserved, maintaining binary/wire-format compatibility
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
proto/message/v1/message.proto |
Renames c2_c → c2c in RoutingHead and SsoReadedReport messages |
proto/message/v2/message.proto |
Renames c2_c → c2c in ContentHead, RoutingHead, CommonC2C, Trans211TmpMsg, and SendRoutingHead messages |
proto/notify/v1/notify.proto |
Renames c2_c_type → c2c_type in GeneralGrayTipInfo |
proto/notify/v2/notify.proto |
Renames c2_c_type → c2c_type in GeneralGrayTipInfo |
proto/service/highway/v1/ntv_2_rich_media_req.proto |
Renames c2_c → c2c in SceneInfo |
proto/service/highway/v2/highway.proto |
Renames c2_c → c2c in SceneInfo |
proto/system/v2/system.proto |
Renames all c2_c_* field names in SsoC2CMsgCookie, SsoC2CSyncInfo, and SsoInfoSyncRequest |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.