mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-16 09:29:45 -07:00
cmd/chihaya: register storage drivers
This commit is contained in:
@@ -17,6 +17,10 @@ import (
|
||||
"github.com/chihaya/chihaya/pkg/prometheus"
|
||||
"github.com/chihaya/chihaya/pkg/stop"
|
||||
"github.com/chihaya/chihaya/storage"
|
||||
|
||||
// Register Storage Drivers
|
||||
_ "github.com/chihaya/chihaya/storage/memory"
|
||||
_ "github.com/chihaya/chihaya/storage/memorybysubnet"
|
||||
)
|
||||
|
||||
// Run represents the state of a running instance of Chihaya.
|
||||
|
||||
Reference in New Issue
Block a user