mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-16 05:15:03 +00:00
chore(policy): import all store backends
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/TecharoHQ/anubis/lib/policy/config"
|
"github.com/TecharoHQ/anubis/lib/policy/config"
|
||||||
_ "github.com/TecharoHQ/anubis/lib/store/memory"
|
_ "github.com/TecharoHQ/anubis/lib/store/all"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestStoreValid(t *testing.T) {
|
func TestStoreValid(t *testing.T) {
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ import (
|
|||||||
"github.com/TecharoHQ/anubis/lib/store"
|
"github.com/TecharoHQ/anubis/lib/store"
|
||||||
"github.com/prometheus/client_golang/prometheus"
|
"github.com/prometheus/client_golang/prometheus"
|
||||||
"github.com/prometheus/client_golang/prometheus/promauto"
|
"github.com/prometheus/client_golang/prometheus/promauto"
|
||||||
|
|
||||||
|
_ "github.com/TecharoHQ/anubis/lib/store/all"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
Reference in New Issue
Block a user