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/doc.go | |
| parent | ref: Consider casting to [Detached] or [Symbolic]. (diff) | |
| signature | No signature | |
ref/store: Clarify contract
Diffstat (limited to 'ref/store/doc.go')
| -rw-r--r-- | ref/store/doc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ref/store/doc.go b/ref/store/doc.go index 3d6f3908..e022f55b 100644 --- a/ref/store/doc.go +++ b/ref/store/doc.go @@ -1,2 +1,6 @@ // Package refstore provides interfaces for reference storage backends. +// +// Concrete implementations generally inherit the contract documented by the +// interfaces they satisfy. Implementation docs focus on additional guarantees +// and implementation-specific behavior. package refstore |
