etcd/contrib/recipes
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
..
grpc_gateway contrib: add gRPC gateway script for user/add with full chain TLS. 2018-05-04 10:03:26 -04:00
barrier.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
client.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
doc.go *: fill out blank package godocs 2017-05-18 09:41:13 -07:00
double_barrier.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
key.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
priority_queue.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
queue.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
rwmutex.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
watch.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00