mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-28 00:17:34 +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
|
@ -12,6 +12,9 @@ import (
|
|||
|
||||
// Backend is the interface required for a storage backend.
|
||||
type Backend interface {
|
||||
// Close closes the backend.
|
||||
Close() error
|
||||
|
||||
// Put is used to insert or update a record.
|
||||
Put(ctx context.Context, id string, data *anypb.Any) error
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue