etcdserver/*: move internal v2 packages

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-05-14 12:49:49 -07:00
parent 294b5745d6
commit 7a92bbfed2
67 changed files with 69 additions and 69 deletions

View File

@@ -24,7 +24,7 @@ import (
"strconv"
"time"
"github.com/coreos/etcd/etcdserver/stats"
stats "github.com/coreos/etcd/etcdserver/api/v2stats"
"github.com/coreos/etcd/pkg/fileutil"
"github.com/coreos/etcd/pkg/types"
"github.com/coreos/etcd/raft"