cmd/chihaya: register storage drivers
This commit is contained in:
parent
acf7e3c749
commit
c37311e8c7
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue