server: Create storage package and move mvcc files to it

This commit is contained in:
Marek Siarkowicz
2021-07-08 15:49:16 +02:00
parent ef6c276fae
commit 5e40a8b00c
95 changed files with 118 additions and 118 deletions

View File

@ -41,8 +41,8 @@ import (
"go.etcd.io/etcd/server/v3/etcdserver/api/v2discovery"
"go.etcd.io/etcd/server/v3/etcdserver/api/v2store"
"go.etcd.io/etcd/server/v3/etcdserver/cindex"
"go.etcd.io/etcd/server/v3/mvcc/backend"
"go.etcd.io/etcd/server/v3/mvcc/buckets"
"go.etcd.io/etcd/server/v3/storage/backend"
"go.etcd.io/etcd/server/v3/storage/buckets"
"go.etcd.io/etcd/server/v3/wal"
"go.etcd.io/etcd/server/v3/wal/walpb"
)