mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: fix imports missed by gomove
This commit is contained in:
parent
96cce208c2
commit
7a5fefedcd
@ -14,7 +14,7 @@
|
||||
|
||||
package clientv3
|
||||
|
||||
import pb "go.etcd.io/etcd/etcdserver/etcdserverpb"
|
||||
import pb "go.etcd.io/etcd/v3/etcdserver/etcdserverpb"
|
||||
|
||||
type opType int
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
package raft
|
||||
|
||||
import pb "go.etcd.io/etcd/raft/raftpb"
|
||||
import pb "go.etcd.io/etcd/v3/raft/raftpb"
|
||||
|
||||
// unstable.entries[i] has raft log position i+unstable.offset.
|
||||
// Note that unstable.offset may be less than the highest log
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
package raft
|
||||
|
||||
import pb "go.etcd.io/etcd/raft/raftpb"
|
||||
import pb "go.etcd.io/etcd/v3/raft/raftpb"
|
||||
|
||||
// ReadState provides state for read only query.
|
||||
// It's caller's responsibility to call ReadIndex first before getting
|
||||
|
Loading…
x
Reference in New Issue
Block a user