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
|
package clientv3
|
||||||
|
|
||||||
import pb "go.etcd.io/etcd/etcdserver/etcdserverpb"
|
import pb "go.etcd.io/etcd/v3/etcdserver/etcdserverpb"
|
||||||
|
|
||||||
type opType int
|
type opType int
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
package raft
|
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.
|
// unstable.entries[i] has raft log position i+unstable.offset.
|
||||||
// Note that unstable.offset may be less than the highest log
|
// Note that unstable.offset may be less than the highest log
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
package raft
|
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.
|
// ReadState provides state for read only query.
|
||||||
// It's caller's responsibility to call ReadIndex first before getting
|
// It's caller's responsibility to call ReadIndex first before getting
|
||||||
|
Loading…
x
Reference in New Issue
Block a user