cmd/chihaya: register storage drivers

This commit is contained in:
Jimmy Zelinskie 2017-05-03 22:24:12 -04:00
parent acf7e3c749
commit c37311e8c7

View file

@ -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.