move SetNotifiesStage into its own file#5262
Conversation
Signed-off-by: Ethan Hunter <ehunter@hudson-trading.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughSetNotifiesStage is moved from ChangesSetNotifiesStage Module Organization
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Ethan Hunter <ehunter@hudson-trading.com>
Signed-off-by: Ethan Hunter <fc.spaceman@gmail.com>
This is part 1 of breaking up
notify.gointo a few separate files. I'm generally going to aim tonotify.goI'm motivated to do this because making changes in
notify.gois becoming difficult because of its length and the number of repeated symbols.I'm going to do this one piece at a time so the reviews are easier. This PR takes the
SetNotifiesStageand moves it intoset_notifies.go. Nothing about the code or behavior changes.Summary by CodeRabbit