From b25ade5f3dd63dd6af70d13c76848319e8728677 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 30 Oct 2025 18:53:59 +0900 Subject: internal/store: rename compat interface The new store implementation will be exported as Store. Signed-off-by: Ophestra --- internal/outcome/process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/outcome') 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 -- cgit v1.3.1