mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-24 06:27:17 +02:00
cache: support databroker option changes (#1294)
This commit is contained in:
parent
31205c0c29
commit
a1378c81f8
16 changed files with 408 additions and 179 deletions
2
cache/databroker_test.go
vendored
2
cache/databroker_test.go
vendored
|
@ -27,7 +27,7 @@ func init() {
|
|||
lis = bufconn.Listen(bufSize)
|
||||
s := grpc.NewServer()
|
||||
internalSrv := internal_databroker.New()
|
||||
srv := &DataBrokerServer{DataBrokerServiceServer: internalSrv}
|
||||
srv := &DataBrokerServer{Server: internalSrv}
|
||||
databroker.RegisterDataBrokerServiceServer(s, srv)
|
||||
|
||||
go func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue