|
|
@ -8,7 +8,6 @@ import ( |
|
|
|
"github.com/fullstorydev/grpchan/inprocgrpc" |
|
|
|
"github.com/fullstorydev/grpchan/inprocgrpc" |
|
|
|
authzv1 "github.com/grafana/authlib/authz/proto/v1" |
|
|
|
authzv1 "github.com/grafana/authlib/authz/proto/v1" |
|
|
|
openfgav1 "github.com/openfga/api/proto/openfga/v1" |
|
|
|
openfgav1 "github.com/openfga/api/proto/openfga/v1" |
|
|
|
"github.com/openfga/language/pkg/go/transformer" |
|
|
|
|
|
|
|
"go.opentelemetry.io/otel" |
|
|
|
"go.opentelemetry.io/otel" |
|
|
|
|
|
|
|
|
|
|
|
"github.com/grafana/grafana/pkg/infra/localcache" |
|
|
|
"github.com/grafana/grafana/pkg/infra/localcache" |
|
|
@ -40,7 +39,6 @@ type Server struct { |
|
|
|
|
|
|
|
|
|
|
|
cfg setting.ZanzanaSettings |
|
|
|
cfg setting.ZanzanaSettings |
|
|
|
logger log.Logger |
|
|
|
logger log.Logger |
|
|
|
modules []transformer.ModuleFile |
|
|
|
|
|
|
|
stores map[string]storeInfo |
|
|
|
stores map[string]storeInfo |
|
|
|
storesMU *sync.Mutex |
|
|
|
storesMU *sync.Mutex |
|
|
|
cache *localcache.CacheService |
|
|
|
cache *localcache.CacheService |
|
|
|