当协议越来越多时候如何分模块管理?
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 982
- Forks
- 254
- PR merge metrics
- No merged PRs in 30d
Description
1、.package的结构体是否固定需要?里面的type和session有何作用,是否可变?
2、如”get 1 {}",这里的1是否有上限?get命名标准是什么?
3、如“result 0 : *datastruct(id)",这里的key字段一定要是结构体datastruct里面的字段吗?
4、当协议越来越多,规模越来越大,如何分模块管理?有没有什么好的建议?
我以前没接触过protobuf这类型的协议,云大能给点小小建议吗?非常感谢!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named in the issue. Begin by locating the implementation and documentation for .package, get, and result, then verify each question against the protocol definitions. Done would require clear guidance on field behavior, naming and limits, key fields, and managing larger protocol sets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- api, backend-api-design
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100