Project Specification
Less than 1 minute
API specification
- API Types naming requests follow
request
ending withReq
,return value
ending withResp
,information body
ending withInfo
- It is recommended to add detailed comments for generating swagger
RPC specification
- The proto file split is defined in the desc folder
- Optional fields use
optional
Ent specification
- All fields should be filled with comments (Comment) for global comment generation