grafana/pkg/services/authz/wireset.go
Karl Persson 606a74d0af
Zanzana: Initial work to run openFGA as embedded or standalone service (#89211)
* Zanana: Initial work to run zanana as ebeddedn or standalone

* Add addr settings for when remote client is used.

* sync dependencies

* Lock mysql driver version
---------

Co-authored-by: Dan Cech <dcech@grafana.com>
2024-06-18 10:04:18 +02:00

11 lines
120 B
Go

package authz
import (
"github.com/google/wire"
)
var WireSet = wire.NewSet(
ProvideAuthZClient,
ProvideZanzana,
)