-
Notifications
You must be signed in to change notification settings - Fork 104
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
Add Store/Component interface #185
Conversation
🚀 The |
Linter Issue ReportDuring the code review, a list issues were found. These issues could affect the code quality, maintainability, and consistency. Below is the detailed Linter issue report: builder/store/database/access_token.goLint Issue: undefined: times
Please make the suggested changes to improve the code quality. |
The TipsCodeReview Commands (invoked as MR or PR comments)
CodeReview Discussion ChatThere are 2 ways to chat with Starship CodeReview:
Note: Be mindful of the bot's finite context window. CodeReview Documentation and Community
|
* generate store interface * refactor components and handlers * add lint/test ci * update lint timeout * update lint ci * update lint ci --------- Co-authored-by: yiling <[email protected]>
Introduce interfaces for all stores and components, enabling easier mocking and more efficient test writing.