diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-10-30 18:53:59 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-10-30 18:53:59 +0900 |
| commit | b25ade5f3dd63dd6af70d13c76848319e8728677 (patch) | |
| tree | 2d7ded80ad8465ba34529a2c23410a6ecd1ed32c /cmd | |
| parent | ebdcff1049fb979405677a823a47410df7ee7c4f (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 'cmd')
| -rw-r--r-- | cmd/hakurei/print.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
