From da6764565629b0376f8d505bdd9d5fdc9c567f93 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 31 Mar 2026 02:40:34 +0000 Subject: ref/store: Simplify names --- ref/store/files/store.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ref/store/files') diff --git a/ref/store/files/store.go b/ref/store/files/store.go index 9e548af5..66d46d06 100644 --- a/ref/store/files/store.go +++ b/ref/store/files/store.go @@ -25,7 +25,7 @@ type Store struct { } var ( - _ refstore.ReadingStore = (*Store)(nil) - _ refstore.TransactionalStore = (*Store)(nil) - _ refstore.BatchStore = (*Store)(nil) + _ refstore.Reader = (*Store)(nil) + _ refstore.Transactioner = (*Store)(nil) + _ refstore.Batcher = (*Store)(nil) ) -- cgit v1.3.1-10-gc9f91