diff options
| author | 2026-03-28 16:53:46 +0000 | |
|---|---|---|
| committer | 2026-03-28 16:59:00 +0000 | |
| commit | 94a57d1621bec7a3e3e564cbef1d5d9b0cbc1441 (patch) | |
| tree | 81aa2e20fbd948fc1f873a86d15d5d2e7b04450e /ref/store/batch_store.go | |
| parent | ref: Consider casting to [Detached] or [Symbolic]. (diff) | |
| signature | No signature | |
ref/store: Clarify contract
Diffstat (limited to 'ref/store/batch_store.go')
| -rw-r--r-- | ref/store/batch_store.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ref/store/batch_store.go b/ref/store/batch_store.go index 3ccfdd10..b6cd9adf 100644 --- a/ref/store/batch_store.go +++ b/ref/store/batch_store.go @@ -3,5 +3,7 @@ package refstore // BatchStore begins non-atomic reference batches. type BatchStore interface { // BeginBatch creates one new queued batch. + // + // Labels: Life-Parent. BeginBatch() (Batch, error) } |
