aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-10-30 18:53:59 +0900
committerOphestra <cat@gensokyo.uk>2025-10-30 18:53:59 +0900
commitb25ade5f3dd63dd6af70d13c76848319e8728677 (patch)
tree2d7ded80ad8465ba34529a2c23410a6ecd1ed32c /internal/outcome
parentebdcff1049fb979405677a823a47410df7ee7c4f (diff)
internal/store: rename compat interface
The new store implementation will be exported as Store. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/outcome')
-rw-r--r--internal/outcome/process.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/outcome/process.go b/internal/outcome/process.go
index 2dc76538..4ef49b0c 100644
--- a/internal/outcome/process.go
+++ b/internal/outcome/process.go
@@ -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