Piotr Tabor
|
28f2b07623
|
*: Update references to code moved to the api/ dir.
Follow up to file-moves done in the previous commit.
The commit contains purely mechanical consequences of execution (apart
of scripts/genproto.sh):
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/etcdserver/api/v3rpc/rpctypes|v3/api/v3rpc/rpctypes|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/version|v3/api/version|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/mvcc/mvccpb|v3/api/mvccpb|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/etcdserver/etcdserverpb|v3/api/etcdserverpb|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/etcdserver/api/membership/membershippb|v3/api/membershippb|g'
% find ./ -name '*.go' | xargs sed --follow-symlinks -i 's|v3/auth/authpb|v3/api/authpb|g'
% find ./ -name '*.proto' -o -name '*.md' | xargs -L 1 sed --follow-symlinks -i 's|/mvcc/mvccpb/kv.proto|/api/mvccpb/kv.proto|g'
% find ./ -name '*.proto' -o -name '*.md' | xargs -L 1 sed --follow-symlinks -i 's|/auth/authpb/auth.proto|/api/authpb/auth.proto|g'
% find ./ -name '*.proto' -o -name '*.md' | xargs -L 1 sed --follow-symlinks -i 's|/etcdserver/api/membership/membershippb/membership.proto|/api/membershippb/membership.proto|g'
I also modified manually paths in scripts/genproto.sh.
% go fmt ./...
|
2020-10-06 11:56:16 +02:00 |
|
Gyuho Lee
|
34bd797e67
|
*: revert module import paths
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
|
2019-05-28 15:39:35 -07:00 |
|
shivaramr
|
9150bf52d6
|
go modules: Fix module path version to include version number
|
2019-04-26 15:29:50 -07:00 |
|
Sam Batschelet
|
fcd71b47d5
|
Merge pull request #9298 from hexfusion/v3
*: replace grpc-gateway endpoint with /v3
|
2018-02-13 17:17:57 -05:00 |
|
Gyuho Lee
|
a9804cdf75
|
*: regenerate proto with typo fix "acquisition"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-02-12 09:25:26 -08:00 |
|
Sam Batschelet
|
488ee99ae8
|
*: replace grpc-gateway endpoint with stable /v3
|
2018-02-11 19:07:36 -05:00 |
|
Gyu-Ho Lee
|
ce6bb4f1c9
|
etcdserver: replace /v3alpha with /v3beta in proto definitions
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-11-15 01:19:53 -08:00 |
|
Anthony Romano
|
47cd9d0277
|
v3lock: server-side api for locking
|
2017-03-13 15:23:26 -07:00 |
|