internal/store: rename compat interface

The new store implementation will be exported as Store.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-10-30 18:53:59 +09:00
parent ebdcff1049
commit b25ade5f3d
4 changed files with 60 additions and 68 deletions

View File

@@ -34,7 +34,7 @@ type mainState struct {
// Time is nil if no process was ever created.
Time *time.Time
store store.Store
store store.Compat
cancel context.CancelFunc
cmd *exec.Cmd
cmdWait chan error