pomerium/pkg/storage/inmemory
Kenneth Jenkins 47890e9ee1
storage/inmemory: implement patch operation (#4654)
Add a new Patch() method that updates specific fields of an existing
record's data, based on a field mask.

Extract some logic from the existing Get() and Put() methods so it can
be shared with the new Patch() method.
2023-11-02 11:03:00 -07:00
..
backend.go storage/inmemory: implement patch operation (#4654) 2023-11-02 11:03:00 -07:00
backend_test.go storage/inmemory: implement patch operation (#4654) 2023-11-02 11:03:00 -07:00
config.go databroker: refactor databroker to sync all changes (#1879) 2021-02-18 15:24:33 -07:00
record_collection.go databroker: add options for maximum capacity (#2095) 2021-04-26 17:14:54 -06:00
stream.go databroker: add support for syncing by type (#3412) 2022-06-13 09:52:13 -06:00