mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-27 21:49:12 +02:00
grpc: rename internal/grpc to pkg/grpc (#1010)
* grpc: rename internal/grpc to pkg/grpc * don't ignore pkg dir * remove debug line
This commit is contained in:
parent
a98d39c5af
commit
091b71f12e
59 changed files with 247 additions and 927 deletions
|
@ -24,7 +24,7 @@ more than one instance of the cache service is no longer supported, and restarti
|
|||
users having to re-login.
|
||||
|
||||
If high availability or persistence is needed, there's a new
|
||||
[databroker gRPC interface](https://github.com/pomerium/pomerium/blob/master/internal/grpc/databroker/databroker.proto)
|
||||
[databroker gRPC interface](https://github.com/pomerium/pomerium/blob/master/pkg/grpc/databroker/databroker.proto)
|
||||
and `databroker_url` configuration option. For an example implementation, the in-memory database used by the cache
|
||||
service can be found here: [internal/databroker/memory](https://github.com/pomerium/pomerium/tree/master/internal/databroker/memory).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue