这是indexloc提供的服务,不要输入任何密码
Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/config_badger.go → builtins/config_badger.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// +build badger full

package config
package builtins

import (
_ "github.com/mosuka/bbadger"
Expand Down
2 changes: 1 addition & 1 deletion config/config_bleve.go → builtins/config_bleve.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package config
package builtins

import (
_ "github.com/blevesearch/bleve/config"
Expand Down
2 changes: 1 addition & 1 deletion indexer/raft_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/hashicorp/raft"
raftboltdb "github.com/hashicorp/raft-boltdb"
raftbadgerdb "github.com/markthethomas/raft-badger"
_ "github.com/mosuka/blast/config"
_ "github.com/mosuka/blast/builtins"
blasterrors "github.com/mosuka/blast/errors"
"go.uber.org/zap"
//raftmdb "github.com/hashicorp/raft-mdb"
Expand Down
2 changes: 1 addition & 1 deletion manager/raft_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"github.com/hashicorp/raft"
raftboltdb "github.com/hashicorp/raft-boltdb"
raftbadgerdb "github.com/markthethomas/raft-badger"
_ "github.com/mosuka/blast/config"
_ "github.com/mosuka/blast/builtins"
blasterrors "github.com/mosuka/blast/errors"
"go.uber.org/zap"
//raftmdb "github.com/hashicorp/raft-mdb"
Expand Down