aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/store/compat_test.go
AgeCommit message (Collapse)Author
2025-11-03internal/store: remove compat adapterOphestra
This is no longer used as everything has been migrated. Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-10-30internal/store: rename from stateOphestra
This reduces collision with local variable names, and generally makes sense for the new store package, since it no longer specifies the state struct. Signed-off-by: Ophestra <cat@gensokyo.uk>