Skip to content
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

Modularization: Make ./etcd server specific module #12414

Closed
wants to merge 3 commits into from

Conversation

ptabor
Copy link
Contributor

@ptabor ptabor commented Oct 22, 2020

This PR finishes big reorg of code, putting all server related code in go.etcd.io/etcd/server/v3 module,
as agreed in: #12204 (comment).

@ptabor ptabor force-pushed the 20201020-server-module branch from 6cfb23a to d606cd0 Compare October 22, 2020 09:01
   26  git mv mvcc wal auth etcdserver etcdmain proxy embed/ lease/ server
   36  git mv go.mod go.sum server
find -name '*.go' | xargs sed -i --follow-symlinks 's|etcd/v3/|etcd/server/v3/|g'
@ptabor ptabor force-pushed the 20201020-server-module branch from d606cd0 to 41b34f2 Compare October 22, 2020 09:41
@ptabor ptabor closed this Oct 22, 2020
@ptabor ptabor deleted the 20201020-server-module branch October 22, 2020 10:57
@ptabor
Copy link
Contributor Author

ptabor commented Oct 22, 2020

[reopening - was recreating upstream branch]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant