etcd/proxy/grpcproxy
Piotr Tabor de55bb6331 pkg: Rename imports after making 'pkg' a module
find -name '*.go' | xargs sed --follow-symlinks -i 's|go.etcd.io/etcd/v3/pkg/|go.etcd.io/etcd/pkg/v3/|g'
go fmt ./...
2020-10-13 00:09:27 +02:00
..
adapter *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
cache pkg: Rename imports after making 'pkg' a module 2020-10-13 00:09:27 +02:00
auth.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
cluster.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
election.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
health.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
kv.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
leader.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
lease.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
lock.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
maintenance.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
metrics.go *: register metrics handler for grpcproxy self 2020-07-02 22:55:18 +08:00
register.go go.mod: use go.etcd.io/etcd/v3 versioning 2020-04-28 00:57:35 +00:00
util.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
watch_broadcast.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
watch_broadcasts.go proxy/grpcproxy: add zap logger 2020-06-22 14:56:58 +08:00
watch_ranges.go grpcproxy: fix race between watch ranges delete() and broadcasts empty() 2016-11-28 15:53:41 -08:00
watcher.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00