mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserver: add default peer
This commit is contained in:
parent
8f4c615704
commit
c1e7a788cd
@ -18,13 +18,13 @@ import (
|
||||
crand "crypto/rand"
|
||||
"math/rand"
|
||||
|
||||
"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
|
||||
"github.com/coreos/etcd/elog"
|
||||
etcderrors "github.com/coreos/etcd/error"
|
||||
"github.com/coreos/etcd/etcdserver"
|
||||
"github.com/coreos/etcd/etcdserver/etcdserverpb"
|
||||
"github.com/coreos/etcd/raft/raftpb"
|
||||
"github.com/coreos/etcd/store"
|
||||
"github.com/coreos/etcd/third_party/code.google.com/p/go.net/context"
|
||||
)
|
||||
|
||||
type Peers map[int64][]string
|
||||
|
Loading…
x
Reference in New Issue
Block a user