etcd/Documentation/learning
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
..
img Documentation/learning: rewrite balancer design doc images 2019-07-29 13:47:25 -07:00
lock Documentation/learning/lock/client: Add defer Unlock (#11802) 2020-07-26 11:22:19 -07:00
_index.md Documentation: Restructure directory to accommodate new site generation system 2020-01-21 14:29:54 -08:00
api.md *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
api_guarantees.md RFC Documentation: enhance description of lock and lease (#11490) 2020-03-05 10:31:47 -08:00
data_model.md Documentation: specify starting revision (#11559) 2020-01-27 10:18:27 -08:00
design-auth-v3.md Documentation: move client, learner design docs 2019-07-28 21:54:22 -07:00
design-client.md Documentation/learning: rewrite balancer design doc images 2019-07-29 13:47:25 -07:00
design-learner.md Documentation: Add section headers to etcd Learner 2019-08-25 09:42:33 +01:00
glossary.md Documentation: specify starting revision (#11559) 2020-01-27 10:18:27 -08:00
why.md RFC Documentation: enhance description of lock and lease (#11490) 2020-03-05 10:31:47 -08:00