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/transactional_store.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ref/store/transactional_store.go') diff --git a/ref/store/transactional_store.go b/ref/store/transactional_store.go index 8a061f54..10f4543a 100644 --- a/ref/store/transactional_store.go +++ b/ref/store/transactional_store.go @@ -1,11 +1,11 @@ package refstore -// TransactionalStore begins atomic reference transactions. +// Transactioner begins atomic reference transactions. // // Not every readable reference store is writable. Implementations should only -// satisfy TransactionalStore when they can stage and commit reference updates +// satisfy Transactioner when they can stage and commit reference updates // atomically within that backend. -type TransactionalStore interface { +type Transactioner interface { // BeginTransaction creates one new mutable transaction. // // Labels: Life-Parent. -- cgit v1.3.1-10-gc9f91