1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-01 23:03:28 +00:00
steve/pkg/sqlcache/store
Tom Lebreux 55a1b940a0
Split RegisterAfterUpsert into RegisterAfterAdd and RegisterAfterUpdate (#644)
* Split RegisterAfterUpsert into two

We're going to need to be able to differentiate between Add and Update
for storing events in the _events table.

* Update mocks
2025-05-30 08:25:12 -04:00
..
db_mocks_test.go sql: use a closure to wrap transactions (#469) 2025-02-05 10:05:52 +01:00
store_test.go Split RegisterAfterUpsert into RegisterAfterAdd and RegisterAfterUpdate (#644) 2025-05-30 08:25:12 -04:00
store.go Split RegisterAfterUpsert into RegisterAfterAdd and RegisterAfterUpdate (#644) 2025-05-30 08:25:12 -04:00
transaction_mocks_test.go sql: use a closure to wrap transactions (#469) 2025-02-05 10:05:52 +01:00