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

@ -31,7 +31,7 @@ import (
"testing"
"github.com/coreos/etcd/etcdserver/api"
"github.com/coreos/etcd/etcdserver/v2auth"
"github.com/coreos/etcd/etcdserver/api/v2auth"
"go.uber.org/zap"
)