etcd/etcdmain
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
..
config.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
config_test.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
doc.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
etcd.go tests/e2e,etcdctl,etcdmain: Fix go test --tags cov -v ./tests/e2e 2020-09-09 12:56:15 +02:00
gateway.go tests/e2e,etcdctl,etcdmain: Fix go test --tags cov -v ./tests/e2e 2020-09-09 12:56:15 +02:00
grpc_proxy.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
help.go *: add experimental flag for watch notify interval 2020-08-14 12:01:00 -07:00
main.go tests/e2e,etcdctl,etcdmain: Fix go test --tags cov -v ./tests/e2e 2020-09-09 12:56:15 +02:00
util.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00