Commit graph

2 commits

Author SHA1 Message Date
Kenneth Jenkins
048dbdba61 fix import order 2023-10-31 11:46:53 -07:00
Kenneth Jenkins
5e42bfbb34 storage/inmemory: implement patch operation
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-10-31 11:20:46 -07:00