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 --- cmd/hakurei/print.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/hakurei/print.go b/cmd/hakurei/print.go index 15f71a6b..27abc269 100644 --- a/cmd/hakurei/print.go +++ b/cmd/hakurei/print.go @@ -168,7 +168,7 @@ func printShowInstance( } // printPs writes a representation of active instances to output. -func printPs(output io.Writer, now time.Time, s store.Store, short, flagJSON bool) { +func printPs(output io.Writer, now time.Time, s store.Compat, short, flagJSON bool) { var entries map[hst.ID]*hst.State if e, err := store.Join(s); err != nil { log.Fatalf("cannot join store: %v", err) -- cgit v1.3.1