mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 07:41:02 +00:00
Fixed controller import path
This commit is contained in:
parent
c025daa226
commit
9d095ca6c2
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ import (
|
|||
|
||||
"github.com/featurebasedb/featurebase/v3/dax"
|
||||
"github.com/featurebasedb/featurebase/v3/dax/mds/controller"
|
||||
balancerdb "github.com/featurebasedb/featurebase/v3/dax/mds/controller/balancer/boltdb"
|
||||
schemardb "github.com/featurebasedb/featurebase/v3/dax/mds/schemar/boltdb"
|
||||
daxtest "github.com/featurebasedb/featurebase/v3/dax/test"
|
||||
testbolt "github.com/featurebasedb/featurebase/v3/dax/test/boltdb"
|
||||
"github.com/featurebasedb/featurebase/v3/errors"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue