etcd/etcdctl/ctlv3
Piotr Tabor 30811a06aa etcdctl, clientv3/snapshot: snapshot (Restore,Status) code out of client
"snapshot" Restore/Status code was the only remaining dependency of client on 'server'
code. The code is solelly used by etcdctl. Long-term the snapshot code
should be migrated to 'etcdadm' style of tool such that we can
distinguish tool solelly depending on networking API vs. tools that
operation on etcd files directly.

We left snapshot.Save() code in clientv3.snapshot package, such that
clients can benefits from automated download&safe to file snapshot
functionality over the wire.
2020-10-10 14:14:57 +02:00
..
command etcdctl, clientv3/snapshot: snapshot (Restore,Status) code out of client 2020-10-10 14:14:57 +02:00
ctl.go etcdctl: Rename Start / StartWithErrors to MustStart 2020-09-09 19:32:50 +02:00
help.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00