-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
*: move "snap" to "internal/raftsnap" #9211
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9211 +/- ##
==========================================
- Coverage 76.06% 76.05% -0.01%
==========================================
Files 363 363
Lines 30161 30161
==========================================
- Hits 22941 22938 -3
- Misses 5625 5631 +6
+ Partials 1595 1592 -3
Continue to review full report at Codecov.
|
lgtm. maybe we also need to add doc.go into raftsnap pkg to clarify that it is used by etcd internally for raft snapshot. (or it might be the time for use to move all internal pkg to /internal :P) |
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Signed-off-by: Gyuho Lee <[email protected]>
Fix #9207.
For #9220.